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.