I'm migrating my Apache/MySQL/PHP box from Windows to Unix... and now the machines which hit the MySQL database no longer seem to be able to access the MySQL databases.
The server is all setup, I'm running phpMyAdmin on it locally and all my local php scripts work fine, but a couple machines hit MySQL from the outside...
One example is a PHP script, and it gives me
Do I need to modify something so that it can be seen?
Thanks.
The server is all setup, I'm running phpMyAdmin on it locally and all my local php scripts work fine, but a couple machines hit MySQL from the outside...
One example is a PHP script, and it gives me
Code:
Warning: mysql_connect(): Can't connect to MySQL server on 'devcentral' (10061)
Do I need to modify something so that it can be seen?
Thanks.