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.
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.