九月十一日下午,緊急採用前一天的備份資料庫,換到新主機(CentOS58)就可正常使用了,不過因PHP版本不同,部分模組出現空白,其餘皆可正常使用。不料才約過了一天的時間,九月十二日下午約四點許,
九月十三日上午測試將本校學務系統的資料庫匯出(mysqldump -u root -p sfs3 > sfs3.sql)
請了Google大神找了一些解決方法,最後使用以下指令: mysqldump -u root -p --skip-lock-tables --ignore-table=sfs3.artical_ detail --ignore-table=sfs3.artical sfs3 > sfs3.sql,結果又出現一則錯誤訊息:Couldn't execute 'show create table `pro_user_state`': Table './sfs3/pro_user_state' is marked as crashed and should be repaired (145)
再利用phpMyAdmin修正pro_user_ state資料表,指令:REPAIR TABLE pro_user_state。當修正完後, 神奇的事情發生了,本校學務系統又可用了。
最後,將此結果報告市網中心的曾文芳主任,經判斷是硬碟有問題了。趕快換硬碟吧!
沒有留言:
張貼留言