View Single Post
  #2  
Old 05-04-2008, 04:49 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Make sure you have the section in your eqemu config file configured properly to use your database. If you leave it at the default database name, it won't work.

Code:
	<database>
	    <host>localhost</host>
	    <port>3306</port>
	    <username>username</username>
	    <password>password</password>
	    <db>databasename</db>
	</database>
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote