PDA

View Full Version : Error 2006 in World.exe


TruVex
04-26-2003, 08:06 PM
I Tried the advice from the recent post regarding this but it didnt work:
mysql> GRANT ALL PRIVILEGES ON eq.* TO CENSORED@"%" IDENTIFIED BY 'CENSORED' WITH GRANT
OPTION;

and
mysql> GRANT ALL PRIVILEGES ON eq.* TO CENSORED@localhost IDENTIFIED BY 'CENSORED' WITH
GRANT OPTION;

and with both I recieved the same Error:
ERROR 1044: Access denied for user: '@127.0.0.1' to database 'eq' << Not Edited

HELP ME!!! Lol :)

tcsmyworld
04-26-2003, 11:34 PM
are you running those from windows command line?

Trumpcard
04-27-2003, 02:10 AM
ERROR 1044: Access denied for user: '@127.0.0.1' to database 'eq' << Not Edited


Theres no user in there...

Did you put the userid and password in the db.ini file?

Also, make sure theres no white space in there.. your userid isnt even being read.

TruVex
04-27-2003, 04:29 AM
tcsmy: Ive ran it from both world.exe and run:cd c:\eqemu..... and I have recieved the same error.

trump:I am aware that there is no user, and yes I did put the password and userid in the database. And no white space also.

:( SOooooo... Im doomed so far.