Error when connecting to my site kejana.x10hosting.com

Status
Not open for further replies.

kiniela

New Member
Messages
7
Reaction score
0
Points
0
Dear helpdesk,

When trying to login to my site, the following error message appears:

Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'waiting for initial communication packet', system error: 95 in /home/kiniela/public_html/login.php on line 13
Lost connection to MySQL server at 'waiting for initial communication packet', system error: 95

Until now it had been working fine. I have checked the login.php code and cannot see any bug.

$conexion = mysql_connect("localhost", "username", "password") or die(mysql_error());

Your help is much appreciated.
 

Gouri

Community Paragon
Community Support
Messages
4,565
Reaction score
245
Points
63
Dear helpdesk,

When trying to login to my site, the following error message appears:

Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'waiting for initial communication packet', system error: 95 in /home/kiniela/public_html/login.php on line 13
Lost connection to MySQL server at 'waiting for initial communication packet', system error: 95

Until now it had been working fine. I have checked the login.php code and cannot see any bug.

$conexion = mysql_connect("localhost", "username", "password") or die(mysql_error());

Your help is much appreciated.

As you said it was working properly, It might be temporary problem. Wait for some time and try again.
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
Ok. I will do it an see it works again. Thanks

Your problem is solved Now. So I am going to close this thread to mark it as resolved. Feel free to create a new thread if you need more help.

***Thread Closed***
 
Status
Not open for further replies.
Top