Log in

View Full Version : problem access denied


Fugazy
11-30-2003, 09:18 AM
Hi there,

I'm new, and i try to GRANT ALL PRIVILEGES but still have th acces denied error:

mysql> grant all privileges on *.* to test@localhost indentified by 'test' with grant option;
ERROR 1045: Access denied for user: '@localhost' <using password: NO>

I running on xp
i tried to put my ip adress still have the same problem!

I need help

Best regards

Fugazy

Tertiary
11-30-2003, 09:30 AM
Did you start mysql like this ?

mysql -u root mysql

http://www.everquestserver.com/forums/viewtopic.php?t=11423&highlight=root

//Derision

Fugazy
11-30-2003, 09:40 AM
Tank you!