When attempting to connect to my MySQL server with mysql_connect, it fails with the following message:
Warning: MySQL Connection Failed: Can't connect to MySQL server on 'montgoss-3' (110) in db.php on line 7
Could not connect: Can't connect to MySQL server on 'montgoss-3' (110)
I can login remotely to this machine with the same username/password using the mysql client. It just doesn't work through PHP. Any idea what's wrong?