REPAIR TABLE and OPTIMIZE TABLE
REPAIR TABLE and OPTIMIZE TABLE When working with very large amounts of data, it happens to me that MySQL spits out strange error messages when accessing tables, such as “Table xxx is corrupt” or “Table XXX doesn’t exist” (although SHOW TABLES shows the table). This can occur through bugs in MySQL without doing anything wrong […]