MariaDB
Connector Details
Connector Attributes | Details |
---|---|
Name | MariaDB |
Description | MariaDB is an open-source relational database management system (RDBMS) and is a fork of MySQL. It was created by the original developers of MySQL after concerns over the acquisition of MySQL by Oracle Corporation. MariaDB is fully compatible with MySQL, meaning it can replace MySQL in most use cases with little or no modifications. |
Connector Type | Class A |
Features
Feature Name | Feature Details |
---|---|
Load Strategies | Full Load, Incremental Load |
Metadata Extraction | Supported |
Data Acquisition | Supported |
Data Publishing | Not Supported |
Automated Schema Drift Handling | Supported |
Source Connection Attributes
Connection Parameters | Data Type | Example |
---|---|---|
Server Name | String | mariadb.example.com |
Database Name | String | mydatabase |
Port | Numeric | 3306 |
User ID | String | user12345 |
Password | String | pwd12345 |
SSL Mode | List | Preferred |
Bronze Schema (Optional) | String | |
Silver Schema (Optional) | String |
Connector Specific Configuration Details
- SSL Mode = Preferred is the default value, if SSL Mode is not defined
- MariaDB connector has optional values such as Bronze Schema and Silver Schema
Screenshot To Use Connector
Updated 20 days ago