Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New Installation Step 1: Database Server


reniere

Recommended Posts

Posted

There was a problem connecting to the database server. The following error had occured:

 

Access denied for user 'xxxx'@'xxxx.com' (using password: YES)

Please verify the connection parameters and try again.

 

How can i resolve this?

Posted

Hi Reniere

 

You will need to check your /include/configure.php files.

It is saying you have the wrong password.

 

define('DB_SERVER', 'localhost');

define('DB_SERVER_USERNAME', 'XXXXXX');

define('DB_SERVER_PASSWORD', 'XXXXXX');

define('DB_DATABASE', 'XXXXXX');

 

Regards

Joli

To improve is to change; to be perfect is to change often.

 

Posted

Thanks for help me John

 

I defined the configure.php file but appear this message.

 

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'resser'@'gvo23665.gvodatacenter.com' (using password: YES) in /home/resser/public_html/includes/functions/database.php on line 19

Unable to connect to database server!

Posted

Thanks for help me John

 

I defined the configure.php file but appear this message.

 

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'resser'@'gvo23665.gvodatacenter.com' (using password: YES) in /home/resser/public_html/includes/functions/database.php on line 19

Unable to connect to database server!

 

you did change the both configure files?

includes/configure.php and

admin/includes/configure.php

 

Go to your control panel MySQL® Databases and check that you are using the correct database info you could try creating a new user and password for your database.

Just sounds to me that the info is for some reason wrong.

Regards

Joli

To improve is to change; to be perfect is to change often.

 

Archived

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

×
×
  • Create New...