MySQL Nodes
MaestroHub provides native MySQL integration for queries, inserts, updates, and deletes with full parameter binding and SSL/TLS support. Compatible with MySQL 5.7+, MariaDB 10.2+, and Aurora MySQL.
Configuration Quick Reference
| Field | What you choose | Details |
|---|---|---|
| Parameters | Connection, Function, Function Parameters, Timeout Override | Select the connection profile, function, configure function parameters with expression support, and optionally override timeout. |
| Settings | Description, Timeout (seconds), Retry on Timeout, Retry on Fail, On Error | Node description, maximum execution time, retry behavior on timeout or failure, and error handling strategy. All execution settings default to pipeline-level values. |

MySQL Query Node
MySQL Query Node
Execute SQL queries with full parameter binding for security.
Supported Function Types:
| Function Name | Purpose | Common Use Cases |
|---|---|---|
| Execute Query | Run parameterized SQL against MySQL | Reporting dashboards, ETL batches, transactional updates |