Setting Up A MySQL Event
On a shared server, how do I run an event or a procedure that truncates the same table at midnight every Sunday? I realize I might be able to get this to work using a CRON job, but I don't necessarily want to go that route.