View Single Post
  #7  
Old 02-08-2004, 09:38 PM
samandhi's Avatar
samandhi
Demi-God
 
Join Date: Aug 2003
Posts: 1,056
Default

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
Code:
USE eq;
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
__________________

Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
  • L.L. CoolJ
Reply With Quote