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.
|