MariaDB for Artifactory

JFrog Installation & Setup Documentation

Content Type
Installation & Setup
ft:sourceType
Paligo

Artifactory supports the popular MariaDB fork of MySQL. By using MariaDB you can benefit from features in the MariaDB infrastructure such as backup and restore.

For Artifactory to run with MariaDB you need to create a dedicated MariaDB database instance and then configure Artifactory to use it as described in the following sections.

Supported MariaDB Versions

Artifactory supports MariaDB versions 10.2.9-10.4 and version 10.5.9-10.5.19

Supported JDBC Driver Versions

Artifactory supports the MariaDB Java Connector versions 2.1.2 and above.

Note that when using JDBC version 2.4.x and above, you need to add the following flag: useMysqlMetadata=true to the connection string.