world server setup help
okay i am lousy with sql. i followed the wiki as best i could and fresh installed everything 4 times to try and always got the same result. when i try and log onto world i get this.
[04.23. - 17:30:33] Starting Log: logs/eqemu_error_zone_3776.log
[04.23. - 17:30:33] Failed to connect to database: Error: #1045: Access denied for user 'eq'@'localhost' (using password: YES)
this is my Config.xml and ill tell ya right now im really confuced on this part still.
<?xml version="1.0">
<server>
<world>
<shortname>Eversmack</shortname>
<longname></longname>
<!-- Only specify these two if you really think you need to. -->
<!--<address>127.0.0.1</address>-->
<!--<localaddress>127.0.0.1</localaddress>-->
<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account>root</account>
<password>megamanX</password>
</loginserver>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>
<!-- Enable and set the port for the HTTP service. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>
<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host> <port>3306</port>
<username>root</username>
<password>megamanX</password>
<db>peq</db> </database>
</server>
|