For the complete documentation index, see llms.txt. This page is also available as Markdown.

Event Scheduler

Utilize the Event Scheduler in MariaDB Server to automate tasks. Learn how to create, manage, and schedule events to execute SQL statements at specified intervals or times.

An introduction to creating and managing scheduled events, which are named database objects containing SQL statements to be executed by the Event Scheduler.

Learn how to modify the characteristics of an existing event, such as its schedule, body, or enabled status, without dropping and recreating it.

A list of restrictions associated with the Event Scheduler, including the inability to return result sets and specific date range limitations.

This page is licensed: CC BY-SA / Gnu FDL

Last updated

Was this helpful?