MySQL error
#1

mysql_log.txt:

[12:11:21] [ERROR] CMySQLConnection::Connect - (error #2013) Lost connection to MySQL server at 'reading initial communication packet', system error: 0

How to fix it?
Reply
#2

"This happens because the connection between your MySQL client and database server times out. Essentially, it took too long for the query to return data so the connection gets dropped. The MySQL documentation suggests increasing the net_read_timeout or connect_timeout values on the server. If this doesn’t solve the problem, you may need to increase your MySQL client’s timeout values."
Reply
#3

Quote:
Originally Posted by Dayrion
Посмотреть сообщение
"This happens because the connection between your MySQL client and database server times out. Essentially, it took too long for the query to return data so the connection gets dropped. The MySQL documentation suggests increasing the net_read_timeout or connect_timeout values on the server. If this doesn’t solve the problem, you may need to increase your MySQL client’s timeout values."
How to increase it?
Reply
#4

Quote:
Originally Posted by Heress
Посмотреть сообщение
How to increase it?
Is that happens on your local server?
Reply
#5

Quote:
Originally Posted by Dayrion
Посмотреть сообщение
Is that happens on your local server?
Yes on localhost
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)