Thank-you for the response.
I downloaded the compiled binaries and login server from here:
http://code.google.com/p/projecteqemu/downloads/list I used Rev2098. I did not
I did not see any database updates available there.
I did do every step in that guide. I went through it like three times.
Here is the output from the loginserver log:
[Debug] [08.27.12 - 08:52:20] Logging System Init.
[Debug] [08.27.12 - 08:52:20] Config System Init.
[Debug] [08.27.12 - 08:52:20] MySQL Database Init.
[Database] [08.27.12 - 08:52:20] Failed to connect to MySQL database.
[Debug] [08.27.12 - 08:52:20] Encryption Initialize.
[Debug] [08.27.12 - 08:52:20] Encryption Loaded Successfully.
[Debug] [08.27.12 - 08:52:20] Server Manager Initialize.
[Network] [08.27.12 - 08:52:20] ServerManager listening on port 5998
[Debug] [08.27.12 - 08:52:20] Client Manager Initialize.
[Network] [08.27.12 - 08:52:20] ClientManager listening on Titanium stream.
[Network] [08.27.12 - 08:52:20] ClientManager listening on SoD stream.
[Debug] [08.27.12 - 08:52:20] Server Started.
[Network] [08.27.12 - 08:52:28] New world server connection from 192.168.0.11:49465
So it seems it cannot connect to sql for some reason...food for thought.
Here are my config files:
eqemu_config.xml
++++++++++++++++++++++++++++++++++++++++++++++++++ +++++++++++++++++++++++++++++++++++++++++++++
<?xml version="1.0"?>
<server>
<world>
<shortname>ISENGARD</shortname>
<longname>pe2950</longname>
<!-- address has to be specified for minilogin to work -->
<address>192.168.0.11</address>
<localaddress>192.168.0.11</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>192.168.0.11</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>make up some random string of characters here</key>
<!-- Enable and set the port for the HTTP service -->
<http port="9080" enable="true" mimefile="mime.types"/>
</world>
<!-- Database configuration, replaces db.ini -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>PASSWORD</password>
<db>peq</db>
</database>
</server>
eqemulogin.ini
++++++++++++++++++++++++++++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++++++++
Port=5998
DumpPacketsIn=true
DumpPacketsOut=true
Trace=false
DatabaseServerName=localhost
DatabaseCatalogName=PEQLoginDB
DatabaseUserName=root
DatabaseUserPassword=PASSWORD
OPCodePathAndFileName=login_opcodes.conf