PDA

View Full Version : Still getting Access Denied...


Marcalo
04-25-2003, 05:58 AM
Okay, Hiya, I just installed MySQL 4.0.x about 10 times trying various things. Restarting after install also btw.

When I try to run World.exe i get 'Access Denied for user username@localhost' so i went and looked at the post that said to type a command.. and here is what i did..

GRANT ALL PRIVILIGES ON eq.* TO username@localhost IDENTIFIED BY 'password' WITH GRANT OPTION;
(note i also tried it without 'WITH GRANT OPTION')

Each time i type that in i recieve the error:
ERROR 1044: Access denied for user: '@127.0.0.1' to database 'eq'

How do you fix that? Any idea?
Thanks

Marcalo
04-25-2003, 06:36 AM
Ah.. MySQL 4 has some issues.. going to try 3.23 and see if it fixes.

What do ya know.. it worked, so just ignore this thread ;)

dstalon
05-12-2003, 08:49 PM
I am getting the same problem with ver 4 of MySQL... I did the stuff that Image said to do and got the same error that Marcalo and a couple others got. Going to try going back to 3.23 and see if that works for me as well.