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.