3 
 
        
      
      MySQL:表被标记为崩溃
      
  磁盘已满后,我尝试备份服务器上的一个MySQL数据库时出现以下错误: [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