View Single Post
  #4  
Old 04-03-2003, 07:46 AM
EnFuego98
Fire Beetle
 
Join Date: Jan 2003
Posts: 13
Default

Go to your start menu, select run. In the run box, type cmd and press enter. When you get the dos box, navigate to your MySQL directory. Then run mysql.exe and type the following:

Code:
INSERT INTO accounts SET name='eqemu', password='eqemu', status=200;
Then type the following:

Code:
GRANT ALL PRIVILEGES on *.* TO '%'@127.0.0.1 IDENTIFIED BY '%' WITH GRANT OPTION;
Exit out of MySQL and the dos box, restart your zone.exe's and world.exe, and you should no longer be getting 1017 errors.
Reply With Quote