doc-exports/docs/drs/umn/drs_11_0048.html
Wang , Deng Ke 5523220f09 DRS UMN 20221102 version
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>
2022-12-08 10:16:13 +00:00

2.5 KiB

Checking Whether the Source Database Contains a MyISAM Table

MySQL

Table 1 Checking whether the source database contains a MyISAM table

Check Item

Whether the source database contains a MyISAM table

Description

If the source database contains a MyISAM table, the migration will fail.

Item to Be Confirmed and Handling Suggestion

Item to be confirmed: The source database contains MyISAM tables that are not supported by the destination database, which may cause the migration to fail.

Handling suggestion: Convert the tables in the source database to InnoDB tables and try again. Alternatively, contact technical support.