Quote:
Ok, I got this working, not sure why but I had to use the username and password eqemu/eqemu ??
|
You dont HAVE to use that un/pw, but you will have to add whatever un/pw you decide to use to the db. Here is how:
type this at a command prompt
Code:
mysql -u root mysql
where eq is whatever name you chose for your db
Code:
INSERT INTO account (id, name, charname, packencrypt, sharedplat, password, status, lsaccount_id, gmspeed, revoked) VALUES (1, 'eqemu', '', '', 0, 'eqemu', 250, NULL, 0, 0);
Where you would change the eqemu name and password to be what you want it to be. Also if you get a duplicate, just use a different id, which is the first number after the "(" symbol.
[edit] Oh yeah forgot the link. Check out this link if you need further explanation on how to set up minilogin servers :
http://www.eqemulator.net/forums/viewtopic.php?t=12644