Error 2006?!?!?!?
So ive looked at all the posts to resolve the error 2006
But they rnt workin so i come to ask for help I opened up the Mysqladmin and in the my.ini setup it says my username and password but wen i start it it gives me 2006 error and then i opend up Mysql.exe and put the command Code:
GRANT ALL PRIVILEGES ON eq.* TO someid@localhost But it says access denied for user: 'localhost'. . . And also tried Code:
grant all privileges on *.* to username@localhost identified by 'password' with grant option; Can neone help me???? Thx 8) |
O and i tried that one with the % in place of the username and password but that didnt work either cuz access denied :( plz help me
|
Lol i sounded like a lil sad puppy
Quote:
Im not a sad lil puppy i just reeeeaaalllly want to get the server up :lol: |
Try this:
At the command prompt: (START->RUN->CMD) cd\mysql\bin mysql -u root mysql grant all privileges on eq.* to username@localhost identified by 'password' with grant option; (replace username/password with your winmysqladmin username//password). I used the following (also several others :P ) link to setup my server: http://www.eqemulator.net/forums/viewtopic.php?t=13403&highlight=sql+server+setup I hope this helps! |
All times are GMT -4. The time now is 05:44 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.