EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::Packetcollector (https://www.eqemulator.org/forums/forumdisplay.php?f=620)
-   -   how do i server sweep? delete all prev chars from allaccnts? (https://www.eqemulator.org/forums/showthread.php?t=13085)

infernal 04-13-2004 05:05 PM

how do i server sweep? delete all prev chars from allaccnts?
 
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

Quote:

Originally Posted by Jezebell
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.


All times are GMT -4. The time now is 03:34 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.