Does MySQL have time-based triggers?

前端 未结 2 1986
迷失自我
迷失自我 2020-12-01 23:33

I would like to execute a procedure periodically, how to do that in MySQL?

相关标签:
2条回答
  • 2020-12-02 00:16

    If you have MySQL 5.1 you can use events.

    http://dev.mysql.com/doc/refman/5.1/en/events.html

    0 讨论(0)
  • 2020-12-02 00:37

    MySQL allow this with the Event Scheduler : http://dev.mysql.com/doc/refman/5.1/en/events.html

    0 讨论(0)
提交回复
热议问题