Dopo un problema con il disco completo, uno dei DB MySQL sul server presenta il seguente errore quando provo a eseguirne il backup:
[root@mybox ~]# mysqldump -p --result-file=/tmp/dbbackup.sql --database myDBname
Enter password:
mysqldump: Got error: 145: Table './myDBname/myTable1' is marked as crashed and should be repaired when using LOCK TABLES
Un po 'di indagine mostra che due tabelle presentano questo problema.
Cosa bisogna fare per riparare le tabelle danneggiate?