Error Message while connecting to mysql

Status
Not open for further replies.

yatinsh73

New Member
Messages
1
Reaction score
0
Points
0
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
 
Last edited by a moderator:

DeadBattery

Community Support Team
Community Support
Messages
4,018
Reaction score
120
Points
0
Try changing your MySQL server to localhost instead of 10.33.249.7
 
Status
Not open for further replies.
Top