Does MySQL have time-based triggers?

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

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

2条回答
  •  -上瘾入骨i
    2020-12-02 00:37

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

提交回复
热议问题