Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
[Solved] Lost connection to MySQL server at 'reading initial communication packet'
psycocandy
New
Hi there! I'm getting this error and I don't know how to solve it... Anyone can help?
trigger_error(ErrorMessage('An error occurred while attempting to connect to the database', $this->ClassName, 'Connection', $ex->getMessage()), E_USER_ERROR);
SQLSTATE[HY000] [2013] Lost connection to MySQL server at 'reading initial communication packet', system error: 110
trigger_error(ErrorMessage('An error occurred while attempting to connect to the database', $this->ClassName, 'Connection', $ex->getMessage()), E_USER_ERROR);
SQLSTATE[HY000] [2013] Lost connection to MySQL server at 'reading initial communication packet', system error: 110
Tagged:
0
Best Answer
-
Todd Vanilla StaffThis looks to be an issue between you and your web host. It's possible you are supposed to be connecting to your db with different parameters.0
This discussion has been closed.
Answers