View Single Post
  #2  
Old 06-17-2003, 08:08 AM
wdrng
Sarnak
 
Join Date: Oct 2002
Posts: 34
Default

If you're getting the 1017 error, and you're only trying to play locally, try adding your id into the acount set. I can't remember the exact wording of the command (I'm at work now), but I read the same walkthrough you did, and it's the mysql command just prior to the GRANT option. It goes something like this:

INSERT INTO account SET name='eqemu', password='eqemu', status=200;

replace eqemu with your user name and password that you are using in the MiniLoginAccount.ini file. That's how I fixed my 1017 error, I added my MySQLadmin id and password as a status 200 (server OP), and I added the id and password I login to the game world with as a status 0 (normal player).