Skip to main content
MySQL

MySQL - Connection

MySQL - Connection

Creates a connection to a MySQL database from a connection configured in the workspace. The ID of this action is used as a reference by every other MySQL action in the flow — such as MySQL: Query, MySQL: Begin transaction and MySQL: Close connection.


Options

Connection to use

Select the MySQL connection previously registered in the workspace's Connections tab.

Returns

This action has no direct returns. Its ID is used as a reference by the other MySQL actions.

Rules and Conditions

  • In Version 3.0, the Connection field is required and the connection must be configured beforehand in the workspace's Connections tab.
  • In Version 2.0, the Connection string field is required.
  • In Version 1.0, the Host, Port, User, Password and Database name fields are the main connection parameters.
  • In Version 1.0, the Connection URL field, when filled in, replaces every individual field.