mysql_list_triggers
Retrieve a list of all triggers defined in a MySQL database. Specify the database and optionally the connection ID.
Instructions
List triggers in a MySQL database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database | No | ||
| connectionId | No | Id of the mysql connection to use. Optional when only one mysql connection is configured. |