Skip to main content Skip to complementary content
Close announcements banner

Installing MySQL driver into a container

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.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!