Rechercher dans le manuel MySQL
24.4 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:
Section 24.4.1, “Event Scheduler Overview”, provides an introduction to and conceptual overview of MySQL Events.
Section 24.4.3, “Event Syntax”, discusses the SQL statements for creating, altering, and dropping MySQL Events.
Section 24.4.4, “Event Metadata”, shows how to obtain information about events and how this information is stored by the MySQL Server.
Section 24.4.6, “The Event Scheduler and MySQL Privileges”, discusses the privileges required to work with events and the ramifications that events have with regard to privileges when executing.
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
You may find the MySQL Event Scheduler User Forum of use when working with scheduled events.
There are some restrictions on the use of events; see Section C.1, “Restrictions on Stored Programs”.
Binary logging for events takes place as described in Section 24.7, “Stored Program Binary Logging”.
Traduction non disponible
Le manuel MySQL n'est pas encore traduit en français sur l'infobrol. Seule la version anglaise est disponible pour l'instant.
Document créé le 26/06/2006, dernière modification le 26/10/2018
Source du document imprimé : https://www.gaudry.be/mysql-rf-event-scheduler.html
L'infobrol est un site personnel dont le contenu n'engage que moi. Le texte est mis à disposition sous licence CreativeCommons(BY-NC-SA). Plus d'info sur les conditions d'utilisation et sur l'auteur.
Références
Ces références et liens indiquent des documents consultés lors de la rédaction de cette page, ou qui peuvent apporter un complément d'information, mais les auteurs de ces sources ne peuvent être tenus responsables du contenu de cette page.
L'auteur de ce site est seul responsable de la manière dont sont présentés ici les différents concepts, et des libertés qui sont prises avec les ouvrages de référence. N'oubliez pas que vous devez croiser les informations de sources multiples afin de diminuer les risques d'erreurs.