| 
 I hope by now somone has answered your question, but in case they haven't, re-sourcing the database could be referring to 2 different things depending on the situation.  One is starting over on the database like this: drop database eq;
 create database eq;
 use eq;
 source db.sql;
 
 Or re-sourcing might refer to the sourcing of the add-on database like the one by Drawde, like this:
 use eq;
 source reloaddb.sql
 
 Of course that will only work once you've copied Drawde's files into the mysql\bin folder.  You have a 50/50 chance of picking the right definition, much better odds than getting this             thing to work.
 |