I Want to remove the block data from the database. so far it has become a 58GB database file just because of this.
I only want to keep the chat and commands and few other thins in database.
How can I remove block data from database using phpmyadmin?
Is it this command?
DELETE FROM hawkeye WHERE action = 0
DELETE FROM hawkeye WHERE action = 10
Are those block data?