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.