View Single Post
  #17  
Old 05-03-2003, 01:35 PM
handay
Fire Beetle
 
Join Date: Mar 2003
Posts: 22
Default

your problem is World.exe cannot log to your database. Thats why it stop and disappear.
[Database]
host=localhost

user= < username you created when you installed mysql >
password=<password you created when you installed mysql>

database=<Name of your Database, it should be eq>

compression=off

if you installed mysql correctly you shouldnt have problem
Reply With Quote