[Solved] Lost connection to MySQL server at 'reading initial communication packet'

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 Staff
This 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