Thread: World.exe
View Single Post
  #2  
Old 04-04-2003, 06:06 PM
tcsmyworld's Avatar
tcsmyworld
Discordant
 
Join Date: Feb 2002
Posts: 452
Default no DB named....

you have in your post -


[Database]
host=localhost
user=meme
password=ergrgweg
database=
compression=off


need to specify a DB name -

[Database]
host=localhost
user=meme
password=ergrgweg
database= eq <---------- name of your emu mysql DB
compression=off
Reply With Quote