PDA

View Full Version : how do i server sweep? delete all prev chars from allaccnts?


infernal
04-13-2004, 05:05 PM
how do i server sweep? delete all prev chars from allaccnts?
So basicly a new fresh start of an already existing server?

Monrezz
04-13-2004, 11:37 PM
DELETE FROM character;
DELETE FROM accounts_;


...and why is another one of your support threads being posted in PacketCollector Support???

Jezebell
04-14-2004, 02:24 AM
actually:

DELETE FROM character_;
DELETE FROM accounts;

Also I would:

DELETE FROM inventory;
DELETE FROM character_backup;

smogo
04-14-2004, 03:39 AM
what about

DELETE FROM inventory;

too ?

Except if you want a random starting item's ... :D

Monrezz
04-14-2004, 03:54 AM
actually:

DELETE FROM character_;
DELETE FROM accounts;

My bad, thanks :)

infernal
04-14-2004, 09:56 AM
where do i type this?
mysql.bat?

Monrezz
04-14-2004, 10:16 AM
No, the mysql window. Please start using the correct forums.