MySQL – Connection

Estimated reading time: 2 min
Mysql Banner 1 MySQL - Connection

MySQL is a powerful and widely-used relational database management system that helps businesses store, organize, and manage their data efficiently.

When integrated with Wiresk, it becomes a valuable tool for handling data-driven tasks. By connecting MySQL to Wiresk, users gain the ability to retrieve and work with database records directly within the automation platform.

Wiresk’s Query Builder makes it possible to extract specific records or multiple sets of data from a MySQL database, allowing users to interact with their data without needing advanced coding skills.

If your database is hosted on a local server or behind a VPN, you’ll need to whitelist Wiresk’s outbound IP addresses or use a public-facing endpoint to allow access.

The connection allows you to link your Wiresk workspace directly to a MySQL database. Once connected, you can use Triggers and Methods to read, insert, update, or delete data within your database, enabling automation between MySQL and other applications.

There are two ways to connect your app to Wiresk:

  • In “My apps” section, where you can manage your connections (select or create your group first to get access to this section, refer to the Group system ).
  • While building your Flow, you can easily establish a connection to your app directly within the Flow builder. This can be done during the setup of either a Trigger or a Method.

This guide explains how to set up a connection in “My apps” section, which is essentially the same process as creating one on-the-go.

  • On your Wiresk’s Dashboard, select your Group.
  • On the left panel, go to “My apps” and select create button
  • Search the app in the search field or select it from the list of apps.
Add apps my apps MySQL - Connection

Fill in the fields:

  • Name to identify your connection within Wiresk.
  • Provide your MySQL Server URL. This can be a domain name or an IP (with optional port if not default 3306).
  • Username: the database username used for authentication.
  • Password: the corresponding password for the database user.
  • Database Name: the name of the database schema you want Wiresk to access.
  • Click Create, and voila! you are a ready to go.
Wiresk 2025 10 31 at 11.51.16 MySQL - Connection

When you configure a Trigger or Method in Wiresk, the settings panel lets you define how data is collected or sent, and the type of values you enter depends on the field.

Field TypeDescriptionExample Value
AuthenticationSecure access credentials that connect Wiresk to the app.Wiresk connection, API Key or OAuth Token
Filters or searchCriteria that narrow which records are retrieved.Search =”QUERY”, Status = “Active” or Type = “Email”
LimitsMaximum number of records to process in one run.Records number = 100
Page number = 1
Field MappingDefines how fields in one step map to another. Can be static or dynamic.Static: Subject = “Report”
Dynamic: Recipient = value from Trigger

Make sure you enter the right values so your Flow works the way you expect and gives the right results. If you need step-by-step details on setting up MySQL, check the Triggers and Methods Settings documentation.