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.
|