Lost connection to MySQL server at 'reading initial communication packet', system err

Status
Not open for further replies.

raonline

New Member
Messages
2
Reaction score
0
Points
0
i get this error when accessing mysql with the following command:

mysql_connect ('raonline.x10hosting.com', 'raonline_raonline', 'password')

any suggestion?
 

calistoy

Free Support Volunteer
Community Support
Messages
5,602
Reaction score
87
Points
48
Re: Lost connection to MySQL server at 'reading initial communication packet', system

There are upgrades going on right now. http://status.x10hosting.com/ Whenever they post that the upgrades are done and you're still having problems, please post back here.
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
Re: Lost connection to MySQL server at 'reading initial communication packet', system

i get this error when accessing mysql with the following command:

mysql_connect ('raonline.x10hosting.com', 'raonline_raonline', 'password')

any suggestion?

This is the correct code
mysql_connect ('localhost', 'raonline_raonline', 'password')
 
Status
Not open for further replies.
Top