Before You Begin
(1) The source self-built MySQL database version is 5.1, 5.5, 5.6, 5.7, or 8.0.
(2) The case-sensitive attribute is disabled for the source self-created MySQL database.
(3) binlog is enabled for the source self-built MySQL database and the format is row.
Permission Requirements of Source Server
The permission query function must be designed into the two system tables, mysql.user and mysql.db. Therefore, users must be granted with the SELECT permission on the two tables.
Migration Mode | Required Permissions |
Data subscription | SELECT. The binlog row mode is enabled. Global level: REPLICATION CLIENT, REPLICATION SLAVE |
Configuration on Source Server
Data source type: Set this parameter to MySQL. Data in MySQL databases within the version range can be subscribed.
Server IP: Specifies the IP address of the source database to be subscribed.
Port number: Specifies the port of the source database to be subscribed.
User name: Specifies a user name used to connect to the source database to be subscribed.
Password: Specifies the password of the user used to connect to the source database to be subscribed.
Database: Specifies the name of the source database to be subscribed.