deleted everything, downloaded all the zips to a folder and followed your guide last night to a tee with even getting the older version of pearl, and im back to the original error. i figured id put as much info into this post to see if we're overlooking something.
operating system- windows xp home addition sp2
files used
ActivePerl-5.8.8.820-MSWin32-x86-274739
EQEmu-0.7.0-992
Maps.tar
new_maps
mysql-essential-5.0.37-win32
WinCvs2_0_2-4
Database - peqdb
for my config you will notice i only changed the password form original script and im sorry i have looked and i dont see the mark to add code for this post.
<?xml version="1.0">
<server>
<world>
<shortname>whatever</shortname>
<longname>Your server name</longname>
<!-- Only specify these two if you really think you need to. -->
<!--<address>Serving Machines IP</address>-->
<!--<localaddress>127.0.0.1</localaddress>-->
<!-- Loginserver information. -->
<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></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>
my start.bat
@echo off
start world.exe
cls
echo Wait for World to finish loading... Press Enter when done.
pause
start eqlaunch.exe zone
exit
and lastly the errors
---------------------------------------------
[05.07. - 04:51:57] Starting Log: logs/eqemu_debug_world_3040.log
[05.07. - 04:51:57] [WORLD__INIT] Loading server configuration..
[05.07. - 04:51:57] [WORLD__INIT] Log settings loaded from log.ini
[05.07. - 04:51:57] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEMu 0.7.0
[05.07. - 04:51:57] [WORLD__INIT] Connecting to MySQL...
[05.07. - 04:51:57] [WORLD__INIT_ERR] Cannot continue without a database connection.
---------------------------------------------
[05.07. - 04:51:57] Starting Log: logs/eqemu_error_world_3040.log
[05.07. - 04:51:57] Failed to connect to database: Error: #1045: Access denied for user 'eq'@'localhost' (using password: YES)
at no point did i put eq in any of the script so im guessing it may be something in the peqdb i patched from wincvs.
Last edited by les2212; 05-07-2007 at 04:50 PM..
|