Error: 2013, Lost connection to MySQL server at 'reading authorization packet'
SHOW VARIABLES LIKE 'connect_timeout';
+-----------------+-------+
|
Variable_name | Value |
+-----------------+-------+
|
connect_timeout | 2 |
+-----------------+-------+
SHOW STATUS like 'aborted_%';
SET GLOBAL connect_timeout = 20;
转:
http://jackyrong.iteye.com/blog/703874
阅读(1314) | 评论(0) | 转发(0) |