Your db's don't match (didn't Noport just post this on another thread yesterday?)
Quote:
Code:
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>root</username>
<password>XXXX</password>
<db>peq</db>
</database>
Code:
[database]
host = localhost
port = 3306
db = eqemu
user = user
password = password
subsystem = MySQL
|