Does MySQL have time-based triggers?
cron, mysql, stored-procedures, triggers
Solution
If you have MySQL 5.1 you can use events.
http://dev.mysql.com/doc/refman/5.1/en/events.html
Problem
I would like to execute a procedure periodically, how to do that in MySQL?