This topic is locked
[SOLVED]

 MySql Password Changed

1/30/2006 2:32:47 PM
PHPRunner General questions
P
poopsie author

We had to have the password for the MySql databases changed and now our databases don't work. What do I have to do to get them up and running again? This is what we get...
Warning: mysql_connect(): Access denied for user: '(username)@localhost' (Using password: YES) in /home/www/(sitename).com/htdocs/marketplace/include/dbconnection.php on line 9
Fatal error: Access denied for user: '(username)@localhost' (Using password: YES) in /home/www/(sitename).com/htdocs/marketplace/include/dbconnection.php on line 12

prleo1 1/30/2006

Either rebuild the project with the new login credentials (username/password) or change the password that is stored in include/dbcommon.php.

P
poopsie author 1/30/2006

Either rebuild the project with the new login credentials (username/password) or change the password that is stored in include/dbcommon.php.


God I am such an idiot...Thank you SO much for your help!