Hi,
I've searched the forum for this and found this question asked before but never seen it with any replies. I hope I fare better:
I have a MySQL database on my account (upy844.x10hosting.com/MagIndex), and some PHP programs that try to access it. Unfortunately, when they try to connect it doesn't work.
This line of code:
$conn = mysql_connect("Localhost", "jomocha", "-censored-") or die(mysql_error());
produces this error:
Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111 in /home/shaggy/public_html/MagIndex/ArtFind.php on line 6
Lost connection to MySQL server at 'reading initial communication packet', system error: 111
Thanks,
Don
I've searched the forum for this and found this question asked before but never seen it with any replies. I hope I fare better:
I have a MySQL database on my account (upy844.x10hosting.com/MagIndex), and some PHP programs that try to access it. Unfortunately, when they try to connect it doesn't work.
This line of code:
$conn = mysql_connect("Localhost", "jomocha", "-censored-") or die(mysql_error());
produces this error:
Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111 in /home/shaggy/public_html/MagIndex/ArtFind.php on line 6
Lost connection to MySQL server at 'reading initial communication packet', system error: 111
Thanks,
Don