View Single Post
  #1  
Old 11-10-2012, 08:56 PM
Noport
Opcode Ninja
 
Join Date: Mar 2009
Location: San francisco
Posts: 426
Default

i see it now your login.ini file needs to be something like this

[database]
host = localhost
port = 3306
db = peqlogindb <----- on yours this need to be changed to match this
user = root
password = xxxxxxxxxxx
subsystem = MySQL


i can see another error in eqemu_config.xml file

example
<loginserver>
<host>127.0.0.1</host><---------- you need to take out loclhost and put 127.0.0.1
<port>5998</port>
<account>xxxxxxxxxxx</account>
<password>xxxxxxxxxx</password>
</loginserver>


if you are still having problem might take a look at this http://www.eqemulator.org/forums/showthread.php?t=35057
Reply With Quote