This article describes how DataGalaxy MariaDB connector works.
This connector is available in the following modes:
| Desktop mode ✅ | SaaS Online mode ❌ |
This connector supports the following import modes:
| Standard mode ✅ | URN mode ✅ |
Connector Overview
MariaDB connector imports metadata from a database into a DataGalaxy database source object.
The extracted objects and their correspondences are detailed in the following table:
MariaDB Object | DataGalaxy Object | Comments |
| Schema | Model (Container) | |
| Table | Table (Structure) | |
| View | View (Structure) | |
| Column | Column (Field) | Name, data type (size and precision), description, order are returned when available. Comments are uploaded to the DataGalaxy Technical Comment field. |
| Primary Key | Primarey Key | This information will be used to link tables in DataGalaxy diagrams |
| Foreign Key | Foreign Key |
Step 1 : Installation
- Download DataGalaxy connector from the portal (see here)
- Extract the connector archive in the directory of your choice
- Download the MariaDB plug-in from the portal and copy it into the /lib directory of the connector
Step 2 : Run MariaDB connector
- After starting the connector, access to Dictionary connectors:

- If it has been correctly installed, the MariaDB plug-in appears in the list
- The following information is requested:

Parameter | Mandatory | Description |
| Server | Yes | MariaDB Server name |
| Port | Yes | MariaDB Server port |
| Instance | Yes | MariaDB instance name |
| User | Yes | |
| Password | Yes | |
| Advanced mode | No | Option to customize the JDBC URL used to connect |
Once these information filled, you can test the connection and start the import.
Releases
| Date | Plugin Version | DataGalaxy release | Desktop Connector version (minimum) | Description |
| 23/01/2026 | 4.0.3 | v3.302.1 | 5.15.4 | Orphaned handling feature bugfix for urn mode |
| 29/12/2025 | 4.0.2 | v3.295.1 | 5.15.4 | Orphaned handling feature bugfix for urn mode |
| 28/11/2025 | 4.0.1 | v3.288.2 | 5.15.3 | Fix PK/FK issue |
| 01/10/2025 | 4.0.0 | v3.286.3 | 5.12.0 | Addition of URN support |
| 06/08/2024 | 3.0.0 | v3.65.0 | 5.0.5 | Migrated from java 11 to java 17 + CVE fixes |