I would like to execute a procedure periodically, how to do that in MySQL?
相关问题
- What is the best way to cache a table from a (SQL)
- sqlyog export query result as csv
- NOT DISTINCT query in mySQL
- MySQL: conduct a basic search
- Why sometimes there is one of more gap(s) in the v
MySQL allow this with the Event Scheduler : http://dev.mysql.com/doc/refman/5.1/en/events.html
If you have MySQL 5.1 you can use events.
http://dev.mysql.com/doc/refman/5.1/en/events.html