View Full Version : zone and database problem
Malkamus
11-04-2006, 02:21 PM
I hope someone can clear this up for me. I dled the latest emu and peq database and have titanium. I followed the guide for version 7.0.745 and mysql5. Installed, sourced, added all that was told to add. Have a zone unavailable. After searching here I went through the changelog and added every line it listed in it. Now when emu starts it now tells me it cannot load database and that I need to source 6.1 database. I had no other version on this machine so it was a complete clean install. If I missed something in the search for an answer I am sorry I did not see anything about this problem. Please any assistance would be great. I am running minilogin also.
John
Belfedia
11-04-2006, 10:49 PM
John
Try to put in root a file called db.ini with :
# READ README.TXT!
[Database]
host=localhost
user=name of user mysql
password=password of user mysql
database=Name of your database
### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe
And change red things.
Check your eqemu_config.xml for see if database name/user/password is correct :
<database>
<host>localhost</host>
<port>3306</port>
<username>name of user mysql</username>
<password>password of user mysql</password>
<db>Name of your database</db>
</database>
That may work fine after
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.