Installing MySQL driver into a container - 8.0

Data Service and Routing Examples

Version
8.0
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development > Designing Routes
Design and Development > Designing Services
Last publication date
2023-12-08
The Talend Open Studio for ESB package provides JDBC drivers only for the Derby database. To use the MySQL database, its corresponding JDBC driver need to be explicitly installed into the container before installing the datasource. You can install the MySQL driver from a public Maven repository.

Procedure

In a Talend Runtime container, run the following command (change the database version numbers if applicable):

MySQL 5.x

bundle:install mvn:mysql/mysql-connector-java/5.1.18
MySQL 8.x
bundle:install mvn:mysql/mysql-connector-java/8.0.27
For more information on how to install the H2, Oracle, DB2, SQLServer and PostgreSQL JDBC drivers into a container, see DataSource Installation.