MySQL事件调度器

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MySQL事件调度器相关的知识,希望对你有一定的参考价值。

This post will explain you the use of Event scheduler in mysql.
  1. When you will need MySQL Events?
  2.  
  3. (1) To delete junk records automatically on regular interval of time. E.g. delete every week.
  4. (2) Used to Call a stored procedure at specific time.
  5. (3) Automatically perform any scheduled SQL operation.
  6.  
  7.  
  8. For Detail go to : http://php-dev-zone.blogspot.in/2013/08/mysql-event-scheduler.html

以上是关于MySQL事件调度器的主要内容,如果未能解决你的问题,请参考以下文章

MySQL事件调度器Event Scheduler

Mysql存储过程触发器事件调度器使用入门

MySQL事件调度器

MySQL事件调度器event的使用

MySQL-状态Waiting on empty queue引申

mysql 定时任务的使用