h8ids
09-26-2006, 06:20 PM
Updated all pages. Specifically the PHP database connection code.
Swapping $db = mysql_connect("localhost", "root", "");
to
$db = mysql_connect("system IP", "root", "");
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", "");
to
$db = mysql_connect("system IP", "root", "");
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.