Hello! I have the same problem. When I try to go to
http://mydomain.com/lists/admin i get the following message:
Fatal Error: Cannot connect to database, access denied. Please contact the administrator
I have checked and changed the config.php looking for error but all seems right to me!
I'm using Xampp on Windows Vista Home Premium, I've upload the folder "list" to "public_files" using FileZilla and configure the "config.php" at follows:
$database_host = "localhost";
$database_name = "xxxxxxxxxxxxxx"; (here I wrote the name of the database I created in phpMyAdmin, database has no tables on it, no typo errors)
$database_user = "root";
$database_password = 'xxxxxxxxxxx'; (here I wrote my password, 13 characters of length)
$installation_name = 'PHPlist';
$table_prefix = "phplist_";
$usertable_prefix = "phplist_user_";
$pageroot = '/lists';
$adminpages = '/lists/admin';
I've checked and there are no typo errors. I'm newbie and don't know what is wrong. Please let me know. Thank you in advance.