Page 1 of 1
Hellp!
Posted: Wed Oct 02, 2002 5:04 pm
by Hakr4you
whenever i try to access the login page it says Access denied for user: 'mysql_username@localhost' (Using password: YES)
Posted: Wed Oct 02, 2002 5:42 pm
by mydimension
thats not very helpful. could we see the code that is generating this error? could be as simple as you not defining the username and password to use for connecting to the db.
Posted: Thu Oct 03, 2002 1:55 am
by twigletmac
Or trying to access a database with a user that doesn't have rights to that database. Or a wrong password. Or the user doesn't exist. Lots of possibilities... It would probably help us to see your code for connecting to the database so that we can help you debug the problem.
Mac