Thread: World.exe
View Single Post
  #5  
Old 01-13-2004, 01:18 PM
Synch
Sarnak
 
Join Date: Nov 2003
Posts: 33
Default

You need a database=nameofyourdatabase field so EQEmu knows what db to load into memory. Mine looks like this.

Quote:
# READ README.TXT!

[Database]
host=localhost
user=######
password=#####
database=tcs
compression=off


### --- 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.
The database line specifies the name of the database you created in mysql. I use tcs's db right now, so I gave a CREATE DATABASE tcs; command. Thus it's name is tcs.
Reply With Quote