Configuring the connection to the database - Cloud - 8.0

MySQL validation

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

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.