PDA

View Full Version : need help with MYSQL- error 1044 access denied


hbbtstar
04-28-2003, 11:28 AM
I decided to start up my own server for home use, and world.exe could not connect to mysql server because it said access denied. So I went and tried image's solution found here http://forums.eqemu.net/viewtopic.php?t=2395
and when I tried to do the mysql command he suggested, the command prompt tells me:

ERROR 1044: Access denied for user: '@127.0.0.1; to database 'eq'

In case anyone is wondering, here is the command I inputted:

GRANT ALL PRIVILEGES ON eq.* TO hbbtstar@localhost IDENTIFIED BY 'password' WITH GRANT OPTION;

vetoeq
04-28-2003, 11:32 AM
Is hbbstart your mysql user name (set it winmysqladmin)? Also, I assume you put that mysql password in the 'password' part?

--
VetoEQ

hbbtstar
04-28-2003, 12:36 PM
yes to both questions.