mysql_execute_sql
Run any SQL statement (INSERT, UPDATE, DELETE, DDL) on a MySQL connection. Blocked when readOnly mode is enabled to protect data.
Instructions
Run any SQL statement (INSERT/UPDATE/DELETE/DDL) against a configured MySQL connection. Blocked when readOnly mode is enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | ||
| connectionId | No | Id of the mysql connection to use. Optional when only one mysql connection is configured. |