i just installed the latest of the triad (manually).. php4, apache2, and mysql 4.0.1...
according to WINmysqladmin 1.4 my username and password is administrator:admin.
so why is it that when i load a page with the following database connection information:
//Connection information
$dbhost = "localhost";
$dbuser = "administrator";
$dbpass = "admin";
$dbname = "xxxxxx";
Do i get this error:????!!!!!??!!!!
Access denied for user: 'administrator@localhost' (Using password: YES)