When i attempt to connect to the database i get this error:
Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL server at 'reading initial communication packet', system error: 111 in /www/vndv.com/e/m/p/empirebattles/htdocs/connect.php on line 3
Lost connection to MySQL server at 'reading initial communication packet', system error: 111
Line 3 is as follows:
$db = mysql_connect("vndv.com", "*correct name*", "*correctpass*") or die(mysql_error()); //username and password
The name and pass is that of which i have assigned to the database.
Does anyone have any ideas why this isn't working? (is the server address vndv.com?)