View Single Post
  #6  
Old 09-02-2010, 08:38 PM
Knotthead
Fire Beetle
 
Join Date: Mar 2009
Location: denver
Posts: 21
Default

Quote:
<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password></password>
<db>eqemu</db>
</database>
You need to have your MySQL password in there so the launcher can access your database.
Reply With Quote