Tagged Questions
0
votes
0answers
25 views
Defacto way of fixing constraint issues without downtime?
I come across two constraint issues all the time (UNIQUE, and referential integrity constraints) within InnoDB. My question is when these issues arise reproducibly what is typically the solution? I'm ...
2
votes
1answer
353 views
How do you verify that all InnoDB tables are in good shape?
Without using a script, Is there a way to get mysql to check all the tables at once to make sure they're not corrupted?