| 
 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
 |