View Single Post
  #2  
Old 05-25-2004, 04:00 PM
RangerDown
Demi-God
 
Join Date: Mar 2004
Posts: 1,066
Default

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.