Skip to content

MariaDB

To connect to MariaDB, the solution uses the MariaDB JDBC driver.

Installing the driver

This driver is included in the distribution, there are no additional steps required.

Configuration

ParameterValue
cfg.server.local.config.urljdbc:mariadb://<server>:<port>/<database>
cfg.server.local.config.userYour MariaDB username
cfg.server.local.config.passwordYour MariaDB password
cfg.server.local.config.driverorg.mariadb.jdbc.Driver