3
MySQL: tabela está marcada como falhou
Após um problema de disco cheio, um dos bancos de dados MySQL no servidor apresenta o seguinte erro ao tentar fazer o 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 …
9
mysql