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:
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.