MySQL 出現Table錯誤

No Comments

Issues:cacti 的某一個table損毀, 在 /var/log/mysql.log 下發現大量錯誤
透過 PHPMyAdmin查看, 發現其中一個table變成MEMORY, 非而MyISAM,

利用http://blog.longwin.com.tw/2005/11/mysql_table_repair_fix/所提到的方法, 無法解決問題

後來再利用http://stackoverflow.com/questions/10377334/the-storage-engine-for-the-table-doesnt-support-repair-innodb-or-myisam所提到的

ALTER TABLE “table_name” ENGINE=MyISAM;

就OK了

———————————–
cacti.plugin_hmib_processes | repair | note | The storage engine for the table doesn’t support repair

Leave a Reply

Share via
Copy link