mysqldump triggering repair of MySQL tables
- by Rhodri
I have an automated backup of a 6 Gigabyte MySQL database running very two hours. I also have a script which checks every minute for the need to repair MySQL tables.
Increasingly I'm getting tables having to be repaired during the backup process with the message returned of: Auto-increment value: 0 is smaller than max used value: xx
Is this being caused by corruption? Are the two scripts conflicting? Any ideas?