Connect and run queries against a MySQL database.
Use MySQL as a trigger to kick off a workflow, or use it as an action to do something automatically in your workflow.
No triggers available
Execute a SQL query against a MySQL database
Select rows from a MySQL table
Insert a row into a MySQL table
Update rows in a MySQL table
Delete rows from a MySQL table
Insert or update a row using MySQL ON DUPLICATE KEY UPDATE