Failure Cause and Handling Suggestion
|
- If you are migrating data to the cloud, perform the following operations:
Failure cause: The innodb_strict_mode values of the source and destination databases must be the same.
Handling suggestion: Create a parameter group for the destination database and change innodb_strict_mode to the same value as that of the source database. For details, see Creating a Parameter Group in Relational Database Service User Guide.
- If you are migrating data out of the cloud, perform the following operations:
Failure cause: The innodb_strict_mode values of the source and destination databases must be the same.
Handling suggestion: Change innodb_strict_mode of the destination database to the same value as that of the source database.
|