Mysql錯誤Cannot find or open table x/x from the internal問題解決方法
更新時間:2014年06月24日 09:14:38 投稿:junjie
這篇文章主要介紹了Mysql錯誤Cannot find or open table x/x from the internal問題解決方法,需要的朋友可以參考下
網站事件日志出現了這個錯誤:
事件類型: 錯誤
事件來源: MySQL
事件種類: 無
事件 ID: 100
日期: 2012-8-14
事件: 8:07:59
用戶: N/A
計算機: abcserver
描述:
復制代碼 代碼如下:
Cannot find or open table phpwind/pw_zhuanti from the internal data dictionary of InnoDB though the .frm file for the table exists. Maybe you have deleted and recreated InnoDB data files but have forgotten to delete the corresponding .frm files of InnoDB tables, or you have moved .frm files to another database? or, the table contains indexes that this version of the engine
doesn't support.
See http://dev.mysql.com/doc/refman/5.1/en/innodb-troubleshooting.html
how you can resolve the problem.
For more information, see Help and Support Center at http://www.mysql.com.
doesn't support.
See http://dev.mysql.com/doc/refman/5.1/en/innodb-troubleshooting.html
how you can resolve the problem.
For more information, see Help and Support Center at http://www.mysql.com.
但是查了一下,并沒有這個表啊。這個的錯誤的意思大概是某表已經刪除了,但是.frm文件還存在,所以會造成讀取錯誤等等。
于是服務器上找了一下,在mysql數據存儲文件夾,找到了pw_zhuanti.frm文件,刪除,之后解決了,再也沒有出現過這個問題了。
相關文章
MySQL5.7.14下載安裝圖文教程及MySQL數據庫語句入門大全
這篇文章主要介紹了MySQL5.7.14下載安裝詳細教程及MySQL數據庫語句入門大全的相關資料,非常不錯,具有參考借鑒價值,需要的朋友可以參考下2016-09-09

