matrix1000 Posted November 17, 2002 Posted November 17, 2002 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!
matrix1000 Posted November 17, 2002 Author Posted November 17, 2002 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');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.