Skip to content

MariaDb

MariaDB connection helps you connect to a MariaDB database and run queries directly from Infoveave.

Adding a MariaDB Connection

To create a new MariaDB connection:

  1. Go to the Database section.
  2. Select MariaDB from the available connectors.
  3. Fill in the required connection details in the New MariaDB Connection form.

Connection Parameters

When setting up a MariaDB connection, you need to provide the following details:

FieldDescription
NameA unique name to identify your connection.
PortPort number for MariaDB (default is 3306).
ServerThe MariaDB server endpoint.
UsernameYour MariaDB username.
PasswordThe corresponding password for the username.
DatabaseThe MariaDB database you want to connect to.
SchemaThe schema inside the database to be used (optional).

Steps to Validate and Save

  1. After filling in the details, click Validate to verify the connection.
  2. If validation succeeds, click Save to store the connection.
  3. You can now use MariaDB as a datasource in your Infoveave workspace.

Example Use Case

With a MariaDB connection configured, you can:

  • Run queries on structured data stored in MariaDB.
  • Use MariaDB SQL to manage and analyze transactional or analytical datasets.
  • Integrate MariaDB data into Infoveave Infoboards for dashboards, reports, and insights.