MySQL Forums
Forum List  »  Quality Assurance

Mysql error 'Lost connection to MySQL server
Posted by: ramesh parsa
Date: September 22, 2009 08:52AM

Hi All,

I'm using the mysql server 5.1.17-beta-log version.
mysql> show variables like 'version%';
+-------------------------+---------------------+
| Variable_name | Value |
+-------------------------+---------------------+
| version | 5.1.17-beta-log |
| version_comment | Source distribution |
| version_compile_machine | i686 |
| version_compile_os | pc-linux-gnu |
+-------------------------+---------------------+

I'm getting the following error after freeradius processing many requests.
Mysql error 'Lost connection to MySQL server at 'reading
initial communication packet', system error: 0'

I have read http://bugs.mysql.com/bug.php?id=28359
And then i set the connect_timeout value default 5 sec to 10 sec in /etc/my.cnf under mysqld section and restarted mysql process.

mysql> show variables like 'connect%';
+-----------------+-------+
| Variable_name | Value |
+-----------------+-------+
| connect_timeout | 10 |
+-----------------+-------+



Now i'm seeing the same type of error:
Mysql error 'Lost connection to MySQL server at 'reading authorization packet', system error: 0'

Please help how to fix this error.

Any help is highly appreciated.

Thanks,
Parsa.

Options: ReplyQuote


Subject
Views
Written By
Posted
Mysql error 'Lost connection to MySQL server
2916
September 22, 2009 08:52AM


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.