Release Notes
Announcements
max_allowed_packet in the target database to a value greater than that in the source database.max_allowed_packet in the target database is smaller than that in the source database, data cannot be written to the target database, leading to full migration failures.max_allowed_packet in the target database to a value greater than that in the source database.max_allowed_packet in the target database to a value greater than 1 GB.max_allowed_packet is too large, more memory will be used, causing packet losses and inability to capture the SQL statements of large exception transaction packets. If the value is too small, program errors may occur, causing backup failures and frequent sending/receiving of network packets, which compromises the system performance.max_allowed_packet parameter:set global max_allowed_packet = 1024;
set character_set_server = 'utf8';
FLUSH TABLES WITH READ LOCK command to lock tables in the source instance temporarily, but the MyISAM tables will be locked until all the data is exported. The lock wait timeout period is 60s, and if locks cannot be obtained before the timeout elapses, the task will fail.explicit_defaults_for_timestamp parameter in the source and target databases. If it is set to OFF in the source database or if it is set to ON in both the source and target databases, the task will report a warning to remind you of not modifying this parameter when the task is running.COLUMN_DEFAULT and IS_NULLABLE attributes of tables in the full database/table structure export stage. If COLUMN_DEFAULT is set to NULL and IS_NULLABLE is set to NOT NULL for tables in the source database, the table structure will not be migrated or synced, because otherwise, the MySQL system will automatically add the default CURRENT_TIMESTAMP parameter for the migrated or synced data of the TIMESTAMP type.フィードバック