This guide will help you configure the MariaDB Connector in AI Squared to access and use your MariaDB data.
Before proceeding, ensure you have the necessary host, port, username, password, and database name from your MariaDB server.
Start by logging into your MariaDB Management Console and navigating to the MariaDB service.
Once you’re in the MariaDB console, you’ll find the necessary configuration details:
Host and Port:
localhost
and the default port is 3306
.Username and Password:
Database Name:
SHOW DATABASES;
in the MariaDB console.Now that you have gathered all the necessary details, enter the following information in your application:
After configuring the connector in your application:
Your MariaDB connector is now configured and ready to query data from your MariaDB service.
Mode | Supported (Yes/No/Coming soon) |
---|---|
Incremental sync | YES |
Full refresh | Coming soon |
This guide will help you seamlessly connect your AI Squared application to MariaDB, enabling you to leverage your database’s full potential.
This guide will help you configure the MariaDB Connector in AI Squared to access and use your MariaDB data.
Before proceeding, ensure you have the necessary host, port, username, password, and database name from your MariaDB server.
Start by logging into your MariaDB Management Console and navigating to the MariaDB service.
Once you’re in the MariaDB console, you’ll find the necessary configuration details:
Host and Port:
localhost
and the default port is 3306
.Username and Password:
Database Name:
SHOW DATABASES;
in the MariaDB console.Now that you have gathered all the necessary details, enter the following information in your application:
After configuring the connector in your application:
Your MariaDB connector is now configured and ready to query data from your MariaDB service.
Mode | Supported (Yes/No/Coming soon) |
---|---|
Incremental sync | YES |
Full refresh | Coming soon |
This guide will help you seamlessly connect your AI Squared application to MariaDB, enabling you to leverage your database’s full potential.