NCHU Dept. of MIS, 黃維尼部落格

顯示具有 table error 標籤的文章。 顯示所有文章
顯示具有 table error 標籤的文章。 顯示所有文章

2013年1月16日 星期三

[學術筆記] MySQL資料表錯誤-Table is marked as crashed and should be repaired

MySQL使用環境:SQLyog
前些日子研究室Server裡資料庫的資料表(table)出現錯誤訊息一直無法show出資料,

錯誤訊息如下:Table 'xxxxx(table name)' is marked as crashed and should be repaired

約莫是table毀損需要修復,但詳細毀損原因尚未檢查出來,google查詢了解決方法,
所以在這自己做個筆記紀錄。