Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I've got a problem... need some help!


ruffryder007

Recommended Posts

Posted

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

Posted

@@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

Posted

@@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!!! :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...