Jump to a Section

Overview

Authorization of a MariaDB Account

The first time you add a MariaDB card to a Flow, you will need to create an account configuration. This will allow you to connect to your account, save your account information, and reuse that configuration next time you build a Flow with the connector. That way, you don’t have to sign in every time you want to build a Flow with this Connector. Instead, use the configuration you have already set up. You can create and save multiple configurations and share them with your teammates.

Here’s how to set up a new configuration in MariaDB:

  1. Enter in an Account Nickname. This should be unique so if you are connecting multiple MariaDB accounts you will be able to tell them apart (e.g. “Maria 1”).
  2. Enter your MariaDB Username and Password.
  3. Enter the Database Host, the server that hosts your database (e.g. “mariadb.hwoh2j5h.us-east-1.rds.amazon.com”). Do not include the protocol or port.
  4. Enter your Database Name, the unique name of your database on the server.
  5. Enter the Database Port, the port at which your database can be accessed. The default port for MariaDB is  ”3306”. You can find your port in the URL used to access your database after the hostname (e.g. “[host]:3306”).
  6. Click Create to finish this configuration.

    Actions

    • Build Row Object

      Build a record that you can insert into your database

    • Create Multiple Rows

      Insert many records into your database

    • Create Row

      Insert a single row into your database

    • Delete Rows

      Remove data from your database

    • Execute Query

      Execute a raw SQL query against a database

    • Query Rows

      Read records from your database

    • Read Table

      Read schema information about a table

    • Update Rows

      Update records in your database