View Single Post
  #8  
Old 12-08-2010, 09:22 PM
toad
Fire Beetle
 
Join Date: Mar 2003
Posts: 26
Default

I fixed mine i think. Everything appears to come up at least. My problem was i have my DB server seperate from my login server, and after following the directions on setting up mySQL, the directions said to "not allow remote root login" so it was preventing my login server from accessing the DB.

also added this from another thread

Try putting this this in a file called eqemulogin.ini in your emulator root
you can change the true entries below for less output to the cmd windows.

Code:
[LoginConfig]
loginserver=<Your IP> (localhost might work)
Port=5999
DumpPacketsIn=true
DumpPacketsOut=true
Trace=true
DatabaseServerName=localhost
DatabaseCatalogName=PEQLoginDB
DatabaseUserName=root
DatabaseUserPassword=phsn889b
OPCodePathAndFileName=login_opcodes.conf

I never got mine working with login.ini, but did with eqemulogin.ini...
Reply With Quote