Log in

View Full Version : finally got the minilogin to work!


Hotdog
01-07-2003, 06:54 PM
I have been searching these forums for a couple of days now, and I thought I would post what worked for me in case it could help some other weary soul out there.

As I tried to login to my server I would always get a 1017 error, and "Wrong name/pass: name='eqemu' ".

I think there is some problem with the command "c:\eqemu world adduser eqemu eqemu 200" because I got funky messages when I tried it. Finally I just went into mysql.exe and put it in the hard way.

Go to mysql.exe in the bin directory, and type exactly like this:

use eq

insert into account set name='eqemu', password='eqemu', status 200;

anyway, worked for me...or else I'm hallucinating from lack of sleep!
:o