MySQL database
Telosys database configuration
Since Telosys 4.3
- id: mysqldb
name: MySQL 'employees' database
type: MYSQL
# URL jdbc:mysql://<host>:<port>/<database>?<options>
url: jdbc:mysql://myhost:3306/employeesdb
user: john_doe
password: not_to_revealBefore Telosys 4.3
- id: mysqldb
name: MySQL 'employees' database
type: MYSQL
# JDBC driver
driver: com.mysql.cj.jdbc.Driver
# URL jdbc:mysql://<host>:<port>/<database>?<options>
url: jdbc:mysql://myhost:3306/employeesdb
user: john_doe
password: not_to_reveal
# Metadata parameters
tableNamePattern: '%'
tableTypes: TABLE
JDBC driver
Technical information about MySQL
Structure

Case conversion rules
Last updated