ListMailPRO Email Marketing Software Forums
ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: jeffb0 on May 10, 2004, 05:59:45 pm
-
I am getting this error all of a sudden when trying to log in to Listmail:
(THIS IS THE LOGIN SCREEN)
Warning: mysql_connect(): Access denied for user: 'root@localhost' (Using password: NO) in /home/wwwroot/creplanet.com/ListMail/admin.php on line 2293
Could not connect to MySQL, host / user / pass = / /
MySQL Error: Access denied for user: 'root@localhost' (Using password: NO)
Any ideas why? Nothing has changed on my server.
-
It appears that your config.php file has been deleted or changed. Please check that it exists in your ListMail folder and contains your correct MySQL access information.
Help can be found at the following URL:
http://www.listmailpro.com/help/3.html
-
My config.php file has not changed. Now I am getting this error (only change is the user):
Warning: mysql_connect(): Access denied for user: 'evileye@localhost' (Using password: NO) in /home/wwwroot/creplanet.com/ListMail/admin.php on line 2293
Could not connect to MySQL, host / user / pass = / /
MySQL Error: Access denied for user: 'evileye@localhost' (Using password: NO)
###
My config.php:
$sqlhost = 'localhost';
$sqluser = 'myusername';
$sqlpass = 'mypassword';
$sqldb = 'listmail';
I am using Zend Performance Suite, is there anything I need to know about this? The problem seems to be coming from that.
EDIT: for those using Zend, "full filepath identification" must be ON.
-
I am not sure why this is happening. Unfortunately, I do not know what system changes the Zend Performance Suite applies.
Warning: mysql_connect(): Access denied for user: 'evileye@localhost' (Using password: NO) in /home/wwwroot/creplanet.com/ListMail/admin.php on line 2293
What's concerning is that it says "Using password: NO" in the error message. The script should definitely be trying a password.
I wish I had a clear reason for this one. Did you only just recently install ZPS? What other system changes, if any, have you made? (Oh, you stated you made none.. :?)..