Installing the JDBC driver from a public Maven repository - Cloud - 8.0

Talend ESB Container Administration Guide

Version
Cloud
8.0
Language
English
Product
Talend Cloud
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend ESB
Talend Runtime
Content
Administration and Monitoring
Design and Development
Installation and Upgrade
Last publication date
2024-03-13

Since MySQL and H2 drivers are available in public repositories, they can be installed in one step using an bundle:install command in the container.

Here are the installation instructions for each of these (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
  • H2:

    bundle:install -s mvn:com.h2database/h2/1.3.165