Before You Begin
(1) The target self-built TiDB version is V5 or V6.
Permission Requirements of Target Server
Migration Mode | Required Permissions |
Full | CREATE, SELECT, ALTER, INSERT, REFERENCES, INDEX, TRIGGER, CREATE VIEW, DROP, CREATE ROUTINE, EXECUTE |
Incremental | SELECT, INSERT, DELETE |
Auditing Repair | SELECT, INSERT, DELETE |
Configuration on Target Server
Data source type: Set this parameter to TIDB. The source database can be migrated to the TiDB databases within the version range.
Server IP: Specifies the IP address of the target database.
Port number: Specifies the port of the target database.
User name: Specifies a user name used to connect to the target database.
Password: Specifies the password of the user used to connect to the target database.
Database: Specifies the name of the database used by the target server to receive data from the source server.