Daft Moniker Posted May 9, 2009 Posted May 9, 2009 I have followed the intructions on how to changes your config files and am getting the following error: Warning: mysql_connect() [function.mysql-connect]: Access denied for user '[email protected]'@'xx.xxx.xxx.xxx' (using password: YES) in /home/content/p/s/h/psheppard11/html/includes/functions/database.php on line 19Unable to connect to database server! My code on both includes/config & admin/includes/config are as follows (with x's replaced for security): define('DB_SERVER', 'xxxxxxxxxxxxxxxxxxxxxxx'); define('DB_SERVER_USERNAME', '[email protected]'); define('DB_SERVER_PASSWORD', 'xxxxxxxxxxx'); define('DB_DATABASE', 'xxxxxxxxxxxxx'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); If I put in 'name@IPAddy' it gives me the error above. - - If I put in 'username' (without @IPAddy_ it gives me the following error: 1146 - Table 'xxxx.configuration' doesn't exist select configuration_key as cfgKey, configuration_value as cfgValue from configuration [TEP STOP]
MarcellaE Posted May 9, 2009 Posted May 9, 2009 I have followed the intructions on how to changes your config files and am getting the following error: My code on both includes/config & admin/includes/config are as follows (with x's replaced for security): define('DB_SERVER', 'xxxxxxxxxxxxxxxxxxxxxxx'); define('DB_SERVER_USERNAME', '[email protected]'); define('DB_SERVER_PASSWORD', 'xxxxxxxxxxx'); define('DB_DATABASE', 'xxxxxxxxxxxxx'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); If I put in 'name@IPAddy' it gives me the error above. - - If I put in 'username' (without @IPAddy_ it gives me the following error: make sure you're using the correct username and password. the error notes you're using a password but it's not the correct one.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.