1 Answer
- Newest
- Most votes
- Most comments
0
Hello,
These kind of data inconsistency issues could happen with MySQL, You could try to rebuild the schema/database to resolve this issue(by doing dump and restore) or you could move to a new instance by performing Point in Time Restore before this issue, if you are not worried about delta post this issue on your instance.
Alternatively, you could reach out to AWS Support.
answered 2 years ago
Relevant content
- asked 2 years ago
- asked 2 years ago

I restored to a previous checkpoint, then mix the 2 databases to minimize data loss. I decided not to give up to fix, delete, or do anything else to address the issue in the original database. Nevertheless, I accepted your answer; it's probably the only feasible way to handle this problem because we don't have access to RDS files. Thank you for your answer.