Hellp!

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Hakr4you
Forum Newbie
Posts: 1
Joined: Wed Oct 02, 2002 5:04 pm

Hellp!

Post by Hakr4you »

whenever i try to access the login page it says Access denied for user: 'mysql_username@localhost' (Using password: YES)
User avatar
mydimension
Moderator
Posts: 531
Joined: Tue Apr 23, 2002 6:00 pm
Location: Lowell, MA USA
Contact:

Post 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.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
Post Reply