Go into a command prompt, from mysql/bin run
mysql -u root
do:
GRANT ALL ON eq.* TO eqemu@'%' IDENTIFIED BY 'password' WITH GRANT OPTION;
If you already did that(exactly, minus the password changed to whatever your password is), and you have the login and password correct, and your database is named eq, don't know what to tell ya. Heh.
|