這是資料庫~
請問該如何修復呢?
這是用最高權限
修復後我會重設置位置\r
能否幫幫忙呢?
我用修復功能都失敗
http://w1.hopto.org/phpmyadmin/
[求助]電腦當機後...論壇全掛點
版主: 版主管理群
版面規則
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
本區是討論關於 phpBB 2.0.X 架設安裝上的問題,只要有安裝任何外掛,請到外掛討論相關版面按照公告格式發表。
(發表文章請按照公告格式發表,違者砍文)
-
hoffmannlin
- 星球普通子民

- 文章: 8
- 註冊時間: 2005-03-27 11:54
我只翻譯其中幾個部份,其它的內容(單字)可以利用線上字典來查\r
http://cdict.giga.net.tw/
MySQL server將資料字典(? data dictionary)的資訊保存在資料庫目錄下的.frm檔裡, 而InnoDB
也會將它自己的資料字典保存在表空間(? tablespace)檔案. 如果將.frm檔移到別處, 或是在MySQL
版本低於3.23.44以下時使用 DROP DATABASE命令, 或是在資料字典運作時主機當機, 則.frm檔有可\r
能會與InnoDB內部的資料字典失去同步而結束.
另一種資料字典失去同步的症狀為MySQL印出無法開啟.InnoDB檔:
ERROR 1016: Can't open file: 'child2.InnoDB'. (errno: 1)
而在錯誤日誌(error log)裡可找到類似底下的錯誤訊息:
InnoDB: Cannot find table test/child2 from the internal data dictionary
InnoDB: of InnoDB though the .frm file for the table exists. Maybe you
InnoDB: have deleted and recreated InnoDB data files but have forgotten
InnoDB: to delete the corresponding .frm files of InnoDB tables?
這表示在InnoDB裡有一個找不到對應資料表的.frm孤兒檔,你可以手動刪除這個.frm孤兒檔
http://cdict.giga.net.tw/
MySQL server將資料字典(? data dictionary)的資訊保存在資料庫目錄下的.frm檔裡, 而InnoDB
也會將它自己的資料字典保存在表空間(? tablespace)檔案. 如果將.frm檔移到別處, 或是在MySQL
版本低於3.23.44以下時使用 DROP DATABASE命令, 或是在資料字典運作時主機當機, 則.frm檔有可\r
能會與InnoDB內部的資料字典失去同步而結束.
另一種資料字典失去同步的症狀為MySQL印出無法開啟.InnoDB檔:
ERROR 1016: Can't open file: 'child2.InnoDB'. (errno: 1)
而在錯誤日誌(error log)裡可找到類似底下的錯誤訊息:
InnoDB: Cannot find table test/child2 from the internal data dictionary
InnoDB: of InnoDB though the .frm file for the table exists. Maybe you
InnoDB: have deleted and recreated InnoDB data files but have forgotten
InnoDB: to delete the corresponding .frm files of InnoDB tables?
這表示在InnoDB裡有一個找不到對應資料表的.frm孤兒檔,你可以手動刪除這個.frm孤兒檔
-
hoffmannlin
- 星球普通子民

- 文章: 8
- 註冊時間: 2005-03-27 11:54
