View Single Post
  #14  
Old 03-06-2015, 09:53 AM
vsab's Avatar
vsab
Discordant
 
Join Date: Apr 2014
Location: United Kingdom
Posts: 276
Default

If you followed http://wiki.eqemulator.org/p?Complet...Guide&frm=Main correctly then you named your database "peq". The fact that "mysql -ueq -peq peq" works verifies that you have.

If that is the case, you must point your config file to use the database called peq, as it is currently looking for a database called "eq":-

Change
Code:
<db>eq</db>
to
Code:
<db>peq</db>
Reply With Quote