Got timeout reading communication packetsエラーの原因になります
836 ワード
https://dev.mysql.com/doc/refman/5.5/en/communication-errors.html
Got Timeout reading communication packetsエラーの原因は次のとおりです.
A client attempts to access a database but has no privileges for it.(権限なし)A client uses an incorrect password.(パスワードエラー)A connection packet does not contain the right information.(接続に正しい情報が含まれていない)It takes more than
Got Timeout reading communication packetsエラーの原因は次のとおりです.
A client attempts to access a database but has no privileges for it.(権限なし)A client uses an incorrect password.(パスワードエラー)A connection packet does not contain the right information.(接続に正しい情報が含まれていない)It takes more than
connect_timeout
seconds to obtain a connect packet. (接続情報の取得connect_timeoutからの時間)The client program did not call mysql_close()
before exiting.(クライアントがmysql_close()関数を呼び出していない)The client had been sleeping more than wait_timeout
or interactive_timeout
seconds without issuing any requests to the server. (クライアントの空の接続時間が長すぎてwait_timeoutとinteractive_timeoutの時間を超えた)The client program ended abruptly in the middle of a data transfer.