Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

MySQL Error After Installation plz help


matrix1000

Recommended Posts

Posted

During installation of 2.2 everything seemed fine and it made it to the configuration is complete page but when I tried to access the catalog or admin using the buttons on the page it gave me these errors

 

Thanks for any help you can provide

 

Warning: Access denied for user: 'matrixco_monster @localhost' (Using password: YES) in /home/matrixco/public_html/catalog/includes/functions/database.php on line 19

 

Warning: MySQL Connection Failed: Access denied for user: 'matrixco_monster @localhost' (Using password: YES) in /home/matrixco/public_html/catalog/includes/functions/database.php on line 19

Unable to connect to database server!

Posted

I searched through some posts and found that configure.php held the database access information. I looked down the page and found that there was a space added on to the database name on line 35. I deleted the space and it works...so far.

 

line 35 define('DB_SERVER_USERNAME', 'matrixco_monster ');

 

changed to

 

line 35 define('DB_SERVER_USERNAME', 'matrixco_monster');

Archived

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

×
×
  • Create New...