First of two issues (next on seperate ticket). I am having trouble linking to the two mysql databases you kindly moved for me. I have two seperate systems using the same parameters but entirely different code and both fail. I've setup the user several times resetting the passord by cut and paste. https://www.anvilfire.com/slacktub-II/ Error-Report: Access denied for user 'anvilfire_admin'@'localhost' to database 'anvilfire_chat' Error-Code: 1044 Here are the credentials. // Database hostname: $config['dbConnection']['host'] = 'localhost'; // Database username: $config['dbConnection']['user'] = 'anvilfire_admin'; // Database password: $config['dbConnection']['pass'] = 'Th0. . . .'; // Database name: $config['dbConnection']['name'] = 'anvilfire_chat'; Could it be that something is different on shared accounts?