MySQL Connection
Connect to a MySQL database server to use MySQL Query, Insert, Update, and Delete nodes in your workflows.
Configuration
| Field | Description | Required |
|---|---|---|
| Host | MySQL server hostname or IP address (e.g., db.example.com) | Yes |
| Port | MySQL port (default: 3306) | Yes |
| Database | Database name to connect to | Yes |
| Username | MySQL user | Yes |
| Password | MySQL password | Yes |
Usage
Once created, this connection becomes available in all MySQL nodes:
- MySQL Query
- MySQL Insert
- MySQL Update
- MySQL Delete
TIP
Make sure the MySQL user has the appropriate permissions (SELECT, INSERT, UPDATE, DELETE) for the operations you plan to use.
WARNING
If your MySQL server is behind a firewall, ensure that the platform's IP address is allowlisted for the configured port.