View Single Post
  #3  
Old 08-11-2003, 09:36 AM
Guest
 
Posts: n/a
Default

dont use the quotes on the username, and if your running windose you dont need the caps(capitol LETTERS). use this

grant all privileges on *.* to eqemu@'%'
identified by 'password' with grant option;


eqemu is my username.
the '%' is another wildcard pointer.
and i believe you can use a wildcard with the password but im not 100% sure.
Reply With Quote