My OS is BSDI 4.1, and mysql server is 3.23.33
There happened  a strange thing when I use mysql client to connect server over 
network.
The first time it's normal.the second times it return an error "Lost connection to 
MySQL server during query" when I connect server subsequently. 
The third times it's normal again. The fourth times it fail again ....................
when I checked the mysql server error log, I got error message :"mysqld got signal 11;
010313 11:09:07  mysqld restarted"
Please help me
The command lines and error messages  is:

# /usr/local/mysql/bin/mysql -h abc.com -utest -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 2732 to server version: 3.23.33

Type 'help;' or '\h' for help. Type '\c' to clear the buffer

mysql> \q
Bye

# !!
/usr/local/mysql/bin/mysql -h abc.com -utest -p
Enter password: 
ERROR 2013: Lost connection to MySQL server during query

# !!
/usr/local/mysql/bin/mysql -h abc.com -utest -p
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 3.23.33

Type 'help;' or '\h' for help. Type '\c' to clear the buffer

mysql> \q
Bye

Reply via email to