Updated all pages. Specifically the PHP database connection code.
Swapping
to
Tested the pages and now they are refusing to connect to the database.
Looked in the MySQL administrator; didn't notice any setting that wouldn't allow a page to connect by specific IP address.
Using MySQL 4.1 and Administrator 1.2.3 rc
The development machine and test machine are the same.
Swapping
$db = mysql_connect("localhost", "root", "");
$db = mysql_connect("system IP", "root", "");
Looked in the MySQL administrator; didn't notice any setting that wouldn't allow a page to connect by specific IP address.
Using MySQL 4.1 and Administrator 1.2.3 rc
The development machine and test machine are the same.
Comment