View Single Post
  #4  
Old 09-05-2003, 04:32 PM
Meudar
Fire Beetle
 
Join Date: Aug 2003
Posts: 22
Default

Dident even bother reading the question, because this question gets asked every day, so let me guess: MySQL Error 2006, rejected user, using password:YES. If you had taken the time to read the sticky about this, you may have fixed it by now, but oh well. Read this then:

Go into MSDOS (cmd in run)

type the following:
Code:
cd 'yourmysqlbindirectory'
REPLACING yourmysqlbindirectory with what it really is (uasually C:\mysql\bin)

Then, in MSDOS, type this:

Code:
mysql -u root
Then type:
Code:
GRANT ALL ON *.* to 'yourmysqlusername'@'localhost' IDENTIFIED BY 'yourmysqlpassword' WITH GRANT OPTION;
And if this dosent work, play on EQLive or someone elses server. Or try reading the sticky on the 2006 error, or goto www.mysql.com and ask it there, because im sure everyone at EQEMu is getting tired of this question being asked (and answered) every day.
__________________
Need help? Try this first: http://www.eqemulator.net/forums/search.php And if you think we are too mean, view this http://www.eqemulator.net/forums/viewtopic.php?t=8116
Reply With Quote