Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

not able to acces my store due to sql problem


vmf08034

Recommended Posts

I am geting this message and well i do not know how to fix this

 

Warning: mysql_connect(): Access denied for user 'vmf'@'ahp.ftl.pedo.com' (using password: YES) in /nfs/cust/0/43/84/568530/web/catalog/includes/functions/database.php on line 19

Unable to connect to database server!

 

Line 19 says following:

 

 

if (USE_PCONNECT == 'true') {

 

$$link = mysql_pconnect($server, $username, $password);

 

} else {

 

$$link = mysql_connect($server, $username, $password);

Link to comment
Share on other sites

Is this message appearing when you either try to access the sore and admin section, or just one of them? Seems like the settings in one of your configure.php files are wrong.

is is happening when i try to access the store or the admin. no cahnges to the configure file have bben made

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...