View Single Post
  #14  
Old 09-19-2002, 06:49 PM
Lyenu X`Arie
Fire Beetle
 
Join Date: Mar 2002
Posts: 0
Default

Another thing you can do if you don't want lose your whole DB is to run mysql.exe then do the following.

Code:
mysql> use eq;
mysql> delete from account;
mysql> delete from character_;
After that do the world.exe adduser.. thing from above.
Reply With Quote