Skip to content

MySQL Connection

Connect to a MySQL database server to use MySQL Query, Insert, Update, and Delete nodes in your workflows.

Configuration

FieldDescriptionRequired
HostMySQL server hostname or IP address (e.g., db.example.com)Yes
PortMySQL port (default: 3306)Yes
DatabaseDatabase name to connect toYes
UsernameMySQL userYes
PasswordMySQL passwordYes

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.