Configuring the connection to the database - Cloud - 8.0

MySQL

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Database components (Integration) > MySQL components
Data Quality and Preparation > Third-party systems > Database components (Integration) > MySQL components
Design and Development > Third-party systems > Database components (Integration) > MySQL components
Last publication date
2024-02-29

About this task

Remember: The connection components, including tMysqlConnection and tMySQLInvalidRows, have been regrouped into the tDBConnection component. They are automatically converted into this component when you place them on the workspace.

Procedure

  1. Double-click tDBConnection to open its Component view.
  2. In the DB version field, select the version of your MySQL database, Mysql 8 in this example.
  3. In the Host field, type in the server IP address of the database to which you want to connect, localhost in this example.
  4. In the Port field, type in the port number of the database to which you want to connect, 3306 in this example.
  5. In the Database field, enter the name of the database in which you need to check the customer table, crm in this example.
  6. In the Username and the Password fields, enter the authentication information to connect to the database.