View Single Post
  #1  
Old 05-18-2003, 05:03 AM
bnut
Fire Beetle
 
Join Date: May 2003
Posts: 1
Default Unkown column 'usedspells'....

I was following the set up for EQemu server and everything was going smoothly untill I got to the following step:

-----------------------------------------------
3.4) This part might be a little tricky for some, so read word-by-word.

- Go to your MySQL bin directory ( C:\mysql\bin ) and open " mysql.exe "

- Now type the following in this order ( Type one line, hit enter, move on to next)

create database eq;

use eq

source db.sql;

A bunch of lines should pass by ( this is normal ).

< If your computer 'beeps' , just ignore it >

Once it finishs(stop scrolling lines) Type the following

source reloaddb.sql;
------------------------------------------------

After typing reloaddb.sql;

I got the following:

ERROR 1054: Unknown column 'usedspells' in 'field list'



Any clues?