View Single Post
  #1  
Old 09-11-2010, 06:34 PM
Reynin89
Sarnak
 
Join Date: Apr 2010
Posts: 71
Default LAst Part of setup!

This is the last thing I need to get done, ive set up a server 2 or 3 times and never had this problem. My EqemuLoginServer.exe runs, then says "MYSQL CONNECT FAILED" im not sure why its doing that. I have my config here.

Code:
<?xml version="1.0"?>
<server>
<world>
<shortname>testtest</shortname>
<longname>testest</longname>

<!-- address has to be specified for minilogin to work -->
<address>localhost</address>
<localaddress>localhost</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>localhost</host>
<port>5999</port>    (tried changing to 5999 and 5998 as well as 3306)
<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>
<db>peq</db>
</database>
</server>
as well as my eqemulogin.ini

Code:
Port=5999
DumpPacketsIn=true
DumpPacketsOut=true
Trace=false
DatabaseServerName=peq  >> I have been swapping these back n forth
DatabaseCatalogName=peq  >> from my db name and localhost none working
DatabaseUserName=root
DatabaseUserPassword=*******
OPCodePathAndFileName=login_opcodes.conf
Anyone have any ideas? thanks
Reply With Quote