View Single Post
  #2  
Old 11-04-2006, 10:49 PM
Belfedia
Demi-God
 
Join Date: Jan 2005
Posts: 1,109
Default

Quote:
Originally Posted by Malkamus
John
Try to put in root a file called db.ini with :
Quote:
# 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 :

Quote:
<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
__________________
__________________________________________________ _____________________________________
I speak english like a spanish cow..., I speak spanish like a english pudding...
But I try to speak good french !!! (Non au langage SMS sur forum)
http://eqfroggy.new.fr : Froggy French Server Website.
Reply With Quote