I am looking for a tool that will allow me to "prune" my MySQL database by
entering a specific number of days since a particular entry was updated, and
if it exceeds that, it deletes the entry. Specifically, I have a database of
player statistics from an online game server and I want to make it so if
someone hasn't had their stats added to/updated, I want them deleted..