EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=617)
-   -   got a weird mysql 'issue' (https://www.eqemulator.org/forums/showthread.php?t=9001)

scrappy_ddz 08-06-2003 10:36 AM

got a weird mysql 'issue'
 
I get an error # 1044 when trying to grant myself privileges to the eq db. i am trying to use

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

now Iv tried many many variations i'v seen on the board, I have swapped *.* with eq and eq.* and what I get back from the sql server is:

ERROR 1044: Access denied for user: '<my_username>@127.0.0.1' to database 'eq'

OR

ERROR 1045: Access denied for user: '<my_username>@127.0.0.1' (Using password: YES)

AND SOMETIMES

ERROR 1045: Access denied for user: '<my_username>@127.0.0.1' (Using password: NO)

what in gods name am I doing wrong?? ANY help would be greatly appriciated! thank you kindly in advance.

-Jaysin

Kgaul 08-06-2003 11:06 AM

did you open
c:\mysql\bin mysql -u root mysql

that puts you in as root user with ability to grant?

KG

A_Coder 08-06-2003 01:28 PM

that is correct - you should append

--u root

to the mysql.exe command.

c:\mysql\bin\mysql.exe -u root <password>

and then you should be able to use the grant command


All times are GMT -4. The time now is 12:17 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.