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
Parameter | Value |
---|---|
cfg.server.local.config.url | jdbc:mariadb://<server>:<port>/<database> |
cfg.server.local.config.user | Your MariaDB username |
cfg.server.local.config.password | Your MariaDB password |
cfg.server.local.config.driver | org.mariadb.jdbc.Driver |