Log in

View Full Version : This just isnt happening lol


Ryano
06-28-2003, 01:08 AM
I have followed the readme all the way to the point were i open mysql.exe and type

GRANT ALL PRIVILEGES ON *.* to '%'@localhost IDENTIFIED BY '%';



i hit enter and this happens >

ERROR 1045: Access denied for user: '@localhost' <using password: NO>

Just thought i would mention - My password isnt no :)

All help appreciated

a_Guest03
06-28-2003, 01:42 AM
See signature link.

Ryano
06-28-2003, 05:03 AM
I am getting a syntax error.... error 1064 i think


I dont know what to do now lol , i tried all the things on your little help page but i just get the syntax error

cannonalldex
06-28-2003, 06:30 AM
i run this command and get :

ERROR:1044 access denied for user :@localhost to databse eq

Ryano
06-30-2003, 11:06 AM
SOrry had to bump it , wanting to get this problem resolved

A_Coder
06-30-2003, 12:44 PM
when you run mysql make sure that you are under the user named root...

c:\mysql\bin>mysql -u root


then you can grant access and do whatever you want without an access denied error....

Soldar
07-09-2003, 05:04 AM
how do you run the root thing i tried to type what you wrote in my ms-dos prompt and i get 'Bad command or file name' what is happeing am i doing someting wrong?

Shadowrun[EQ]
07-09-2003, 09:51 AM
try at the prompt:

mysql.exe -u root mysql