View Single Post
  #1  
Old 04-12-2004, 03:35 PM
VooodooKiller28
Sarnak
 
Join Date: Mar 2004
Location: On the forum
Posts: 53
Default 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 
IDENTIFIED BY 'somepass' WITH GRANT OPTION;
and inserted my username in with someid and my pass for somepass
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;
But its access denied for that one too. . .

Can neone help me????

Thx
__________________
Did u hear bout the guy who moved to the nudist colony?
He said the first day was the hardest.
Reply With Quote