Events

MySQL Event Scheduler was added in MySQL 5.1.6. MySQL Events are tasks that run according to a schedule. Therefore, we sometimes refer to them as scheduled events. When you create an event, you are creating a named database object containing one or more SQL statements to be executed at one or more regular intervals, beginning and ending at a specific date and time. Conceptually, this is similar to the idea of the Windows Task Scheduler.

Just simply click to open an object pane for Event. A right-click displays the popup menu or using the object pane toolbar below, allowing you to create new, edit and delete the selected event.

Create Event

To create a new event

To create a new event with modification as one of the existing event

Edit Event

To edit the existing event (manage its definition etc)

To change the name of the event

Delete Event

To delete an event

Achieve Event Information

To achieve an event information