• 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!

Remove all chars

Teddy

SweStream.se
Joined
Oct 2, 2008
Messages
3,797
Reaction score
10
Location
Sweden 172
Hello, How do i remove all accounts/players/player items/player house/player storage from phpmyadmin?
Are there any mysql command for that?

(not removing GM's or account manager)
 
From the Privileges page, check the checkbox for the user you wish to remove, select whether or not to also remove any databases of the same name (if they exist), and click Go.
 
You can export into a SQL file the accounts/players that you want, and then, delete ALL from your database, or well putting a new one. And then only import the sql file
 
Back
Top