Information about events can be obtained as follows:
Querying the EVENTS table of the
INFORMATION_SCHEMA database. See
「INFORMATION_SCHEMA EVENTS テーブル」.
Using the SHOW EVENTS statement. See
「SHOW EVENTS」.
Using the SHOW CREATE EVENT statement. See
「SHOW CREATE EVENT」.
A record of events executed on the server can be read from the MySQL Server's error log (see 「The Event Scheduler and MySQL Privileges」 for an example).
