View Single Post
  #2  
Old 04-19-2004, 08:10 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Try this:


In mysql, do:

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

Then login using userid eqemu, password eqemu.

Minilogin has userid and password of eqemu/eqemu hardcoded into it.

The error you are getting in minilogin.exe

[LoginConfig] block not found in LoginServer.ini.

Is probably because there is a space at the end of the [LoginConfig] line.
Reply With Quote