View Single Post
  #4  
Old 07-01-2002, 02:55 AM
Trumpcard
Demi-God
 
Join Date: Jan 2002
Location: Charlotte, NC
Posts: 2,614
Default

Just on a lark, try to reload it..

if you put db.sql in the mysql/bin directory, do this..

command prompt
cd c:/mysql/bin
mysql
> drop database eq;
> create database eq;
> source db.sql
> exit

Then , try to restart your world server and see if it makes a difference. Also, make sure you are using the db.sql version that came with the new emu version you downloaded.

Just a suggestion.
Reply With Quote