Recommended Servers for MySQL
The world's most popular open source database
Contact a MySQL Representative
Login | Register
Information about events can be obtained as follows:
Querying the EVENTS table of the INFORMATION_SCHEMA database. See 項21.20. 「INFORMATION_SCHEMA EVENTS テーブル」.
EVENTS
INFORMATION_SCHEMA
INFORMATION_SCHEMA EVENTS
Using the SHOW EVENTS statement. See 項12.5.4.15. 「SHOW EVENTS」.
SHOW EVENTS
Using the SHOW CREATE EVENT statement. See 項12.5.4.7. 「SHOW CREATE EVENT」.
SHOW CREATE EVENT
A record of events executed on the server can be read from the MySQL Server's error log (see 項19.5. 「The Event Scheduler and MySQL Privileges」 for an example).