MySQL Forums
Forum List  »  MySQL Administrator

Re: MySQL query Browser and Admin tools constantly crashing?
Posted by: Tim Champion
Date: December 08, 2004 09:50AM

It's probably realted to this bug:
http://bugs.mysql.com/bug.php?id=6940

Try just going into the command prompt client, and:
mysql> use mysql;
mysql> desc user;
if you get something back like:
ERROR 2013... Lost connection to MySQL server...
Then many people are in the same boat.

It's been fixed as of 12/3/04, but unless you want to compile the current 5.0 source tree, you'll have to wait for another preview/snapshot of 5.0.x from MySQL

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL query Browser and Admin tools constantly crashing?
December 08, 2004 09:50AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.