View Single Post
  #16  
Old 03-06-2015, 08:07 PM
Valorborn
Fire Beetle
 
Join Date: Aug 2010
Location: Texas
Posts: 21
Default

Quote:
Originally Posted by vsab View Post
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>
I can see why the config file wouldn't work with that (I looked at the <db>eq</db> line several times yesterday and didn't make the connection) but how would the config file affect me opening a command prompt and trying to manually start world.exe?

Thank you
Reply With Quote