View Single Post
  #2  
Old 10-28-2002, 01:21 PM
Lurker_005
Demi-God
 
Join Date: Jan 2002
Location: Tourist town USA
Posts: 1,671
Default

This involves dos commands

open a dow (command prompt) window
c:>
go to your mysql dir
c:> cd /mysql/bin
run mysql
c:/mysql/bin> mysql.exe
make the EQ DB active
mysql> use eq;
delete all data from the character_ table
mysql> delete from character_;
it shoud return that 0 or more rows were affected
then exit mysql and close the dos window
mysql> quit
c:/mysql/bin> exit
__________________
Please read the forum rules and look at reacent messages before posting.
Reply With Quote