How to Delete Account on MySql?

A Server Wipe out? that remains only logins or overall wipeout w/o reinstalling db?

 
You could delete its row (identified by Account ID on the `login` table), but all the rest of characters will still remain on the server without being wiped.

 
Back
Top