MySQL 有基于时间的触发器吗?
我想周期性地执行一个程序,在 MySQL 中怎么做?
I would like to execute a procedure periodically, how to do that in MySQL?
推荐答案
如果你有 MySQL 5.1 你可以使用事件.
If you have MySQL 5.1 you can use events.
http://dev.mysql.com/doc/refman/5.1/en/events.html
相关文章