View Single Post
  #2  
Old 08-30-2003, 10:39 AM
Saethan
Fire Beetle
 
Join Date: Jan 2003
Posts: 24
Default

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.