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>
7.8 KiB
Checking Whether the Source and Destination Database Table Names Are Consistent in Case Sensitivity
MySQL Migration
Check Item |
Whether the source and destination database table names are consistent in case sensitivity |
---|---|
Description |
Check whether the source and destination database names and table names are consistent in case sensitivity. |
Failure Cause and Handling Suggestion |
Failure cause: This item cannot be checked because the source database fails to be connected. Handling suggestion: Check whether the source database is connected. |
Failure cause: Insufficient user permissions Handling suggestion: Check whether the database user permissions meet the migration requirements. |
|
Failure cause: The lower_case_table_names values in the source and destination databases must be the same. Handling suggestion:
|
|
Failure cause: The lower_case_table_names parameter value of the destination database is different from that of the source database, and the source database contains uppercase database and table names. Handling suggestion: Rectify the fault by referring to How Can I Migrate Databases or Tables Whose Names Contain Uppercase Letters? |
|
Failure cause: The database is unavailable. Handling suggestion: Contact technical support. |
|
Failure cause: An internal error occurs. Handling suggestion: Contact technical support. |