MySQL Forums
Forum List  »  General

error 2013
Posted by: rodolfomilano
Date: March 14, 2005 02:45PM

Hi!

I have a error try to view a table from database. Do it anything, i have the following result:

For Example:

mysql> use mysql;
Database changed
mysql> show tables;
+---------------------------+
| Tables_in_mysql |
+---------------------------+
| columns_priv |
| db |
| func |
| help_category |
| help_keyword |
| help_relation |
| help_topic |
| host |
| proc |
| tables_priv |
| time_zone |
| time_zone_leap_second |
| time_zone_name |
| time_zone_transition |
| time_zone_transition_type |
| user |
+---------------------------+
16 rows in set (0.16 sec)

mysql> describe db;
ERROR 2013 (HY000): Lost connection to MySQL server during query


Note: This error occurs with all databases. I need to know if i have to configure anything.

Best Regard,

Rodolfo

Options: ReplyQuote


Subject
Written By
Posted
error 2013
March 14, 2005 02:45PM


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.