If you wanna clear your database completely out and start over, these commands will do it: (assuming the name of your database is 'eq' which it will be if you followed the guides)
Code:
drop database eq;
create database eq;
grant all privileges on eq.* to eqemu;
(assuming your database user ID is eqemu)
Then you need to source the SQL files back in.