Bennu, your problem is definaly that you didn't drop your old database, and recreate it.
mysql>drop database everquest;
mysql>create database everquest;
mysql>use everquest;
mysql>source db.sql;
and optionally to add drawde's 0.95 DB
mysql>source rebuildbd.sql;
There should not be any errors loading the eqemu 3.2 db.sql file. Otherwise you have some problems.
On a side note, you might try Drawde's 0.95 database he just released for eqemu 3.2
*Edit: corected some syntax for sql commands and added command to add drawde's DB
|