Checking Whether the Case Sensitivity of the Destination Database Is Configured
Check whether the value of lower_case_table_names in the destination database meets requirements. If the value of lower_case_table_names is 1, the database and table names are case insensitive. The databases or tables whose names contain uppercase letters cannot be migrated.
Failure Cause
The value of destination database parameter lower_case_table_names is 1, and the names of the selected databases or tables contain uppercase letters.
Handling Suggestion
- If the destination database is a self-built database, add lower_case_table_names=0 under [mysqld] in the MySQL configuration file my.cnf and then restart the destination database.
- If the destination database is an RDS instance, modify the parameter on the RDS management console. If the modification fails, contact customer service.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot