ruffryder007 Posted December 4, 2012 Posted December 4, 2012 Hey guys, so i've got a problem... yesterday my site worked fine, i tried logging into phpMyAdmin via godaddy so i can try and figure out to to transfer my current customers into a new site i'm working on, and well since it wasn't me that had built my site, i didn't remember the password to log into phpMyAdmin, so i changed it not thinking anything of it. And today, my site is down... admin and all. I get the following messege... Warning: mysql_connect() [function.mysql-connect]: Access denied for user: 'odv2_odv2@@20800400.109.14.78' (Using password: YES) in /home/content/c/i/v/civicrsx/html/catalog/includes/functions/database.php on line 19 Unable to connect to database server! Which is this block of code; if (USE_PCONNECT == 'true') { $$link = mysql_pconnect($server, $username, $password); } else { $$link = mysql_connect($server, $username, $password); } And the link to my currently non-functioning site; http://www.odv2.com/catalog/ What the hell did i do?? If anyone can help me out i will greatly appreciate it!!!! Thanks, Chris
Guest Posted December 5, 2012 Posted December 5, 2012 @@ruffryder007 What the hell did i do?? You changed the password !!!! Now, you need to edit the two configure.php files to reflect the new password. /includes/configure.php /admin/includes/configure.php Chris
ruffryder007 Posted December 5, 2012 Author Posted December 5, 2012 @@ruffryder007 You changed the password !!!! Now, you need to edit the two configure.php files to reflect the new password. /includes/configure.php /admin/includes/configure.php Chris Ohh thank you so much!!! Much much much appreciated!!! :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.