MySQL Forums
Forum List  »  PHP

Re: SQLSTATE[HY000] [2013] Lost connection to MySQL server at 'reading initial communication packet', system error: 111
Posted by: Rick James
Date: April 23, 2010 06:35PM

Sleeping processes are normal. But if the number of processes hits max_connections, further connections will be denied.

Suggest increasing max_connections and/or decreasing wait_timeout.

Options: ReplyQuote




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.