Information about events can be obtained as follows:
Querying the EVENTS table of the
INFORMATION_SCHEMA database. See
Section 22.20, “The INFORMATION_SCHEMA EVENTS Table”.
Using the SHOW EVENTS statement. See
Section 13.5.4.15, “SHOW EVENTS”.
Using the SHOW CREATE EVENT statement. See
Section 13.5.4.7, “SHOW CREATE EVENT”.
A record of events executed on the server can be read from the MySQL Server's error log (see Section 20.5, “The Event Scheduler and MySQL Privileges” for an example).

User Comments
Add your own comment.