Hey i wanna know how i can remove alot of of data that isnt in use on the database?
i got one for players: DELETE FROM players WHERE level < 1000 AND lastlogin < UNIX_TIMESTAMP() - 30*24*60*60
Some for account? some for somting else that i can clean and remove some stuff that can make the db smaller?
i got one for players: DELETE FROM players WHERE level < 1000 AND lastlogin < UNIX_TIMESTAMP() - 30*24*60*60
Some for account? some for somting else that i can clean and remove some stuff that can make the db smaller?