Error exiting MySQL

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Rosenberry
Forum Newbie
Posts: 2
Joined: Tue Nov 11, 2003 5:11 pm
Location: Massachusetts

Error exiting MySQL

Post by Rosenberry »

I installed MySQL on Win98 and when I exit mysql I'm getting this:

mysql> \q
Bye
Worker thread [ 4278860885 ] : received quit event

and then it hangs.

Anybody have any idea what's going on?

Rich Rosenberry
rich@banksberry.com
User avatar
infolock
DevNet Resident
Posts: 1708
Joined: Wed Sep 25, 2002 7:47 pm

Post by infolock »

not sure what the \q command does, but try using exit insted of \q and see if it does the same thing..
Rosenberry
Forum Newbie
Posts: 2
Joined: Tue Nov 11, 2003 5:11 pm
Location: Massachusetts

Post by Rosenberry »

I solved my problem - kind of.

I upgraded from 4.0.12 to 4.0.16 and now it the mysql client actually quits when I ask it to and returns to command prompt.
Post Reply