Hi,
I am getting error message while connecting to mysql database from php code on my account. The error message is as below
============
Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111 in /home/yatinsh/public_html/Includes/db.php on line 34
Could not connect to db: Lost connection to MySQL server at 'reading initial communication packet', system error: 111
============
I have use below connection details
dbhost: 10.33.249.7
dbuser: yatinsh_phpuser
dbpassword: *******
Can you please suggest what is the problem and how can I solve this?
Regards,
Yatin
I am getting error message while connecting to mysql database from php code on my account. The error message is as below
============
Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111 in /home/yatinsh/public_html/Includes/db.php on line 34
Could not connect to db: Lost connection to MySQL server at 'reading initial communication packet', system error: 111
============
I have use below connection details
dbhost: 10.33.249.7
dbuser: yatinsh_phpuser
dbpassword: *******
Can you please suggest what is the problem and how can I solve this?
Regards,
Yatin
Last edited by a moderator: