MariaDB database
Telosys database configuration
Since Telosys 4.3
- id: mariadb
name: MariaDB 'cars' database
type: MARIADB
# URL jdbc:mariadb://<host>:<port>/<database>?<options>
url: jdbc:mariadb://myhost:3305/carsdb
user: john_doe
password: not_to_revealBefore Telosys 4.3
- id: mariadb
name: MariaDB 'cars' database
type: MARIADB
# JDBC driver
driver: org.mariadb.jdbc.Driver
# URL jdbc:mariadb://<host>:<port>/<database>?<options>
url: jdbc:mariadb://myhost:3305/carsdb
user: john_doe
password: not_to_reveal
# Metadata parameters
tableNamePattern: '%'
tableTypes: TABLEJDBC driver
Technical information about MariaDB
Structure

Case conversion rules
Last updated