25.4 Using the Event Scheduler

25.4.1 Event Scheduler Overview
25.4.2 Event Scheduler Configuration
25.4.3 Event Syntax
25.4.4 Event Metadata
25.4.5 Event Scheduler Status
25.4.6 The Event Scheduler and MySQL Privileges

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 8.0 installation procedure. If you are upgrading to MySQL 8.0 from an earlier version, be sure to perform the upgrade procedure to make sure that your system database is up to date. See Section 2.11, “Upgrading MySQL”.

Additional Resources

25.4.1 Event Scheduler Overview
25.4.2 Event Scheduler Configuration
25.4.3 Event Syntax
25.4.4 Event Metadata
25.4.5 Event Scheduler Status
25.4.6 The Event Scheduler and MySQL Privileges