Hi, After moving to a new host, we are getting the following Fatal Error: Script Error Cannot connect to MySQL: Access denied for user 'ourdbusername'@'localhost' (using password: YES) What we're not sure about is why it is trying to use password YES when we have specified the correct password in config.inc.php. Any ideas? Any help would be appreciated! This is the link if you need it http://cash-master-racing.com/amember/
Assuming the password in your config.inc.php file matches the one of 'ourdbusername' in mySQL, I suspect that 'ourdbusername' does not have the proper access rights.
on some host configurations the username starts with the account name. example: accountname_ourdbusername You can contact your host to know for sure
It does not use password "YES" this error only tell that password was actually used when script tryed to connect. Double check MySQL connection settings.