| 
				 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?
 
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |