MySQL 資料庫管理問與答。
Q: mysqldump: Got error: 145: Table './itblog_wpDB/wp_useronline' is marked as crashed and should be repaired when using LOCK TABLES
Ans:
Q: 錯誤訊息:Error: 1030 - Got error 28 from storage engine
Ans: 執行指令 perror 分析錯誤發生原因
#perror 28
OS error code 28: No space left on device
原來是資料庫的儲存空間不足所造成。
// 列出目前資料庫所有連線
#mysqladmin -u root -p processlist