Documentation Home
MySQL 26.7 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 41.8Mb
PDF (A4) - 41.9Mb
Man Pages (TGZ) - 272.4Kb
Man Pages (Zip) - 378.5Kb
Info (Gzip) - 4.2Mb
Info (Zip) - 4.2Mb


MySQL 26.7 Reference Manual  /  Stored Objects  /  Using the Event Scheduler

27.5 Using the Event Scheduler

The MySQL Event Scheduler manages the scheduling and execution of events, that is, tasks that run according to a schedule. The following discussion covers the Event Scheduler and is divided into the following sections:

Stored routines require the events data dictionary table in the mysql system database. This table is created during the MySQL 26.7 installation procedure. If you are upgrading to MySQL 26.7 from an earlier version, be sure to perform the upgrade procedure to make sure that your system database is up to date. See Chapter 3, Upgrading MySQL.

Additional Resources