MySQL Tutorial/Trigger/Trigger Data Dictionary
Viewing Triggers
View information about triggers in your database, use the following statement:
SELECT * FROM INFORMATION_SCHEMA.TRIGGERS;
View information about triggers in your database, use the following statement:
SELECT * FROM INFORMATION_SCHEMA.TRIGGERS;