View Single Post
  #8  
Old 05-23-2002, 08:26 AM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

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
Reply With Quote