View Single Post
  #1  
Old 01-07-2003, 06:54 PM
Hotdog
Fire Beetle
 
Join Date: Jan 2003
Posts: 1
Default finally got the minilogin to work!

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
__________________
Hotdog
Reply With Quote