Checking Whether the Transaction Isolation Levels are Consistent
During MySQL migration, the transaction isolation levels of the source and destination databases must be the same.
Failure Cause
The transaction isolation levels of the source and destination databases are inconsistent.
Handling Suggestion
Change the value of the database isolation level parameter (tx_isolation or transaction_isolation) to ensure that the transaction isolation levels of the source and destination databases are the same.
- MySQL 5.7 and 5.6: tx_isolation
- MySQL 8.0: transaction_isolation
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