Contents

Cancel

Recommended Articles

  1. unify-apps

    Indexing

    Unify AI

    Transform raw content into searchable knowledge through AI-powered indexing and vector embeddings

  2. unify-apps

    JobNimbus

    Unify Integrations

    Integrate your application with JobNimbus to manage leads, track jobs, and streamline your workflow processes efficiently

  3. unify-apps

    IMAP

    Unify Integrations

    Integrate your app with IMAP to enable seamless email synchronization, real-time access, and enhanced communication workflows.

  4. unify-apps

    Preview Your Work

    Unify Automations

    Effortlessly review & monitor your automation’s performance

  5. unify-apps

    QuickBooks

    Unify Integrations

    Integrate your app with QuickBooks to streamline accounting, automate invoicing, and manage finances effortlessly

  6. unify-apps

    FTP/FTPS

    Unify Integrations

    Connect your app with FTP/FTPS to automate secure file transfers and streamline data exchange across systems.

  7. unify-apps

    Filters

    Unify Applications

    Enable users to refine, search, and sort data effortlessly across dashboards and datasets

  8. unify-apps

    Insided

    Unify Integrations

    Integrate your app with Insided to enhance customer engagement, streamline community management, and drive self-service support.

  9. unify-apps

    Facebook Ads

    Unify Integrations

    Connect your app with Facebook Ads to automate campaign management, optimize ad performance, and track marketing success.

  10. unify-apps

    Gainsight

    Unify Integrations

    Integrate your app with Gainsight to enhance customer success, automate engagement workflows, and drive retention

  11. unify-apps

    Livestorm

    Unify Integrations

    Integrate your app with Livestorm to streamline webinar hosting, automate event management, and enhance audience engagement.

  12. unify-apps

    Snowflake

    Unify Automations

    Connect to Snowflake for fast, scalable cloud data warehousing and analytics

  13. unify-apps

    Pipeline CRM

    Unify Integrations

    Integrate your app with Pipeline CRM to streamline sales processes, automate lead management, and enhance customer relationships

  14. unify-apps

    Cognito Forms

    Unify Integrations

    Integrate your app with Cognito Forms to create custom forms, automate data collection, and streamline workflows

  15. unify-apps

    Button

    Unify Applications

    Create interactive elements with ease using buttons

  16. unify-apps

    BambooHR

    Unify Automations

    Integrate your app with BambooHR to streamline HR management, automate employee data processing, and enhance onboarding workflows

  17. unify-apps

    Build your first automation

    Unify Automations

    Learn how to build your automation step by step

  18. unify-apps

    User Management

    Unify Applications

    Efficiently manage user roles and permissions

#
Unify Automations
Logo
MySQL

MySQL

Logo

2 mins READ

MySQL is an open-source relational database management system used for storing and managing structured data.

Integrating MySQL enables reliable data storage, efficient queries, and scalability for data-driven applications.

Authentication

Before you begin, make sure you have the following information:

  1. Connection Name - Choose a meaningful name for your connection. This name helps you identify the connection within your application or integration settings. It could be something descriptive like "MyAppMySQLIntegration".

  2. Host Address - The MySQL database’s host’s IP address or DNS.

  3. Port Number - The port on which your MySQL server listens for connections. Default value: 3306.

  4. User - The authenticated user who has the permissions to read tables in your database.

  5. Password - The password for the database user.

  6. Database Name - Specify the database you want to load data from.

  7. Connect through SSH - Enable this option to connect to Unifyapps using an SSH tunnel, instead of directly connecting to your Oracle database host. This provides an additional level of security to your database by not exposing your Oracle setup to the public. 

  8. SSH Host - Enter the hostname or IP address of the SSH server that acts as the gateway to your database. Example: ssh.example.com or 203.0.113.1

  9. SSH Port - Specify the port number on which the SSH server is listening. Default is usually 22, but it may be different for security reasons.

  10. SSH User - Provide the username for authenticating with the SSH server. This is typically the user account on the remote server with necessary permissions.

  11. RSA Private Key - Provide the RSA private key corresponding to the public key stored on the SSH server. 

  12. Client Certificate - Obtain a valid client certificate issued by a trusted Certificate Authority (CA).This certificate authenticates your client to the database server.

  13. SSL Certificate Key - This is the private key corresponding to your client certificate.

  14. Server Certificate - Obtain the database server's SSL certificate. This certificate verifies the server's identity to your client. Often provided by your database administrator or hosting service.

Actions

Actions

Description

Create snapshot of a table

Creates snapshot of a table in MySQL

Delete rows (Batch)

Deletes rows in a table in MySQL

Export table (File)

Exports table as a CSV file in MySQL

Get table schema

Gets the schema of a table in MySQL

Insert row

Inserts a row in a table in MySQL

Insert rows (Batch)

Inserts batch of rows in a table in MySQL

Execute SQL statement

Executes a SQL query in MySQL

Run long query using custom SQL

Run long query using custom SQL in MySQL

List all databases

Lists all databases in MySQL

List all tables

Lists all tables in MySQL

Select rows (Batch)

Selects rows in a table in MySQL

Update rows

Updates rows in a table in MySQL

Update batch of rows (Batch)

Updates batch of rows in a table in MySQL

Upsert row

Upserts a row in a table in MySQL

Upsert rows (Batch)

Upserts batch of rows in a table in MySQL

Triggers

Trigger

Description

Delete Row

Triggers when a row is deleted in a MySQL table

New event

Triggers when a new event occurs in a MySQL table

New Row

Triggers when a row is inserted in a MySQL table

New/Update row

Triggers when a row is inserted or updated in a MySQL table

Update row

Triggers when a row is updated in a MySQL table