tim_ver Posted November 3, 2006 Posted November 3, 2006 I had a webstore setup and running fine then all of a sudden I get this error when I goto the store and also when I goto admin login: Warning: mysql_connect(): Access denied for user 'by_ba5'@'localhost' (using password: YES) in /home/by/public_html/scstore/catalog/includes/functions/database.php on line 19 Unable to connect to database server! Line 19 is: $$link = mysql_connect($server, $username, $password); Ideas why or how to fix this issue? Thanks much :)
Guest Posted November 4, 2006 Posted November 4, 2006 I had a webstore setup and running fine then all of a sudden I get this error when I goto the store and also when I goto admin login: Warning: mysql_connect(): Access denied for user 'by_ba5'@'localhost' (using password: YES) in /home/by/public_html/scstore/catalog/includes/functions/database.php on line 19 Unable to connect to database server! Line 19 is: $$link = mysql_connect($server, $username, $password); Ideas why or how to fix this issue? Thanks much :) I think that error means your password you are trying to connect with is incorrect
tim_ver Posted November 4, 2006 Author Posted November 4, 2006 I created another user and password and still same error. Plus it worked fine for 4 months then just started getting this error. Ideas?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.