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問題解決方法,需要的朋友可以參考下
網(wǎng)站事件日志出現(xiàn)了這個錯誤:
事件類型: 錯誤
事件來源: 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.
但是查了一下,并沒有這個表啊。這個的錯誤的意思大概是某表已經(jīng)刪除了,但是.frm文件還存在,所以會造成讀取錯誤等等。
于是服務器上找了一下,在mysql數(shù)據(jù)存儲文件夾,找到了pw_zhuanti.frm文件,刪除,之后解決了,再也沒有出現(xiàn)過這個問題了。
相關文章
阿里云服務器安裝Mysql數(shù)據(jù)庫的詳細教程
這篇文章主要介紹了阿里云服務器安裝Mysql數(shù)據(jù)庫的詳細教程,本文給大家介紹的非常詳細,對大家的學習或工作具有一定的參考借鑒價值,需要的朋友可以參考下2020-11-11windows7下啟動mysql服務出現(xiàn)服務名無效的原因及解決方法
這篇文章主要介紹了windows7下啟動mysql服務出現(xiàn)服務名無效的原因及解決方法,需要的朋友可以參考下2014-06-06