I would like to delete all the data from a specific MySQL table every day at 00:00. What is the best way to achieve that?
I was thinking of creating a simple PHP script that runs a mysql query every day at 00:00, I would then run the script using an online cronjob service..is this a good way to do it?
Thx