forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Wang , Deng Ke <wangdengke2@huawei.com> Co-committed-by: Wang , Deng Ke <wangdengke2@huawei.com>
2.8 KiB
2.8 KiB
Checking Whether the max_allowed_packet Value of the Destination Database Is too Small
MySQL
Check Item |
Whether the max_allowed_packet value of the destination database is too small |
---|---|
Description |
A large amount of data cannot be written to the destination database during the migration because the max_allowed_packet value is smaller than 100 MB. As a result, the full migration failed. |
Failure Cause and Handling Suggestion |
Failure cause: The max_allowed_packet value of the destination database is too small, which may cause data fails to be written during the migration. Handling suggestions: Set the max_allowed_packet value greater than 100 MB |
Parent topic: Database Parameters