• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

delete all

president vankk

Web Developer & AuraOT Owner
Joined
Jul 10, 2009
Messages
5,719
Solutions
9
Reaction score
339
I would like to know command to run the SQL.
delete all ,less account samples.
 
Last edited:
PHP:
DELETE FROM `accounts` WHERE `accounts`.`id` > 1;
DELETE FROM `players` WHERE `players`.`account_id` > 1;
Supposing that account with ID 1 is the samples' account.
 
Back
Top