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 Source Database Contains Invalid sql_mode Values
MySQL
Check Item |
Whether the source database contains invalid sql_mode values |
---|---|
Description |
If the source database contains invalid sql_mode values, the migration will fail. |
Failure Cause and Handling Suggestion |
Failure cause: The sql_mode value of the source database cannot be no_engine_substitution. Handling suggestion: Change sql_mode of the source database to a proper value. |
Parent topic: Database Parameters