資料庫 Table is marked as crashed and should be repaired 解決辦法
遇到這個問題幾個敲命令輕鬆搞定
1、首先進入mysql命令臺:
mysql -u root -p 回車 輸入密碼
2、查詢所有的庫
mysql> show databases;
3、進入資料庫“ceshi”是庫名
mysql> use ceshi;
4、check table newabout(newabout–出現錯誤的表)用來檢查出現問題的表的狀態,出現錯誤就正常
5、然後用repair table newabout
6、再用check table newabout 檢查一下就ok了
7、ok 搞定
相關文章
- MySQL資料庫出錯:Table ... is marked as crashed and should be repairedMySql資料庫AI
- Table '.\mysql\proc' is marked as crashed and should be repaired 報錯MySqlAI
- mysqld: Table '.mac_vod' is marked as crashed and should be repairedMySqlMacAI
- [ERROR]XX is marked as crashed and should be repairedErrorAI
- 資料庫漏洞解決辦法資料庫
- MySQL錯誤修復:Table xx is marked as crashed and last (automatic?) repair failedMySqlASTAI
- “command-not-found has crashed” 解決辦法 (*unsolved)
- 解決Mysql資料庫插入資料出現問號(?)的解決辦法MySql資料庫
- 資料庫變慢了的分析及解決辦法資料庫
- 資料傾斜解決辦法
- SQLServer資料庫恢復掛起的解決辦法SQLServer資料庫
- 資料庫無法註冊至監聽服務解決辦法資料庫
- 在RAC建立資料庫報無法建立“/etc/oratab"解決辦法資料庫
- PbootCMS資料庫配置,修改為Mysql資料庫,配置Mysql出錯解決辦法boot資料庫MySql
- SQLServer附加資料庫是隻讀模式的解決辦法SQLServer資料庫模式
- Navicat還原資料庫不完整的解決辦法資料庫
- PHP資料庫連線失敗–couldnotfinddriver解決辦法PHP資料庫
- discuz資料庫搬家,改密碼後無法訪問解決辦法資料庫密碼
- MYSQL資料庫匯入資料時出現亂碼的解決辦法MySql資料庫
- SQL SERVER 資料庫被標記為“可疑”的解決辦法SQLServer資料庫
- MYSQL++ 資料庫連線超時的解決辦法LTMySql資料庫
- Oracle自動斷開資料庫連線的解決辦法Oracle資料庫
- Oracle資料庫頻繁歸檔問題的解決辦法Oracle資料庫
- sqlserver、oracle資料庫排序空值null問題解決辦法SQLServerOracle資料庫排序Null
- oracle資料庫cpu佔用居高不下的解決辦法Oracle資料庫
- 資料庫欄位為0000-00-00的解決辦法資料庫
- session丟失與解決辦法的資料Session
- SQLServer資料庫處於恢復掛起狀態的解決辦法SQLServer資料庫
- AWS建立AMI映像資料丟失解決辦法
- (資料庫十)資料庫中的鎖機制以及死鎖產生的原因及解決辦法資料庫
- 資料庫檔案複製問題和解決辦法資料庫
- 雲伺服器資料庫出現大量TIME_WAIT解決辦法伺服器資料庫AI
- 啟用Flashback Database閃回資料庫功能(閃回區滿解決辦法 )Database資料庫
- Oracle資料庫的歸檔日誌寫滿磁碟空間解決辦法Oracle資料庫
- 請教雙向資料傳輸的解決辦法
- win10QQ無法訪問個人資料夾解決辦法Win10
- Jtti:SQLServer資料庫處於恢復掛起狀態的解決辦法JttiSQLServer資料庫
- 升級informix資料庫到10.0出現KAIO錯誤的解決辦法ORM資料庫AI