I have a webserver which supports php.
I am trying to connecto to a Mysql server mysql.x.com which has no firewall and an acoount for the webserver.
When the mysql_connect is executed i received the Can't connect to MySQL server on mysql.x.com standard error.
mysql is up and it listens to 3306 port by default.
What is going on?
Can the owner of the webserver prohibit the mysql_connect to connect to any sql server?