欢迎来到代码驿站!

Mysql

当前位置:首页 > 数据库 > Mysql

Mysql错误Cannot find or open table x/x from the internal问题解决方法

时间:2020-11-14 11:51:25|栏目:Mysql|点击:

网站事件日志出现了这个错误:

事件类型: 错误
事件来源: 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.

但是查了一下,并没有这个表啊。这个的错误的意思大概是某表已经删除了,但是.frm文件还存在,所以会造成读取错误等等。

于是服务器上找了一下,在mysql数据存储文件夹,找到了pw_zhuanti.frm文件,删除,之后解决了,再也没有出现过这个问题了。

上一篇:MySQL中常见的几种日志汇总

栏    目:Mysql

下一篇:MySQL 数据库对服务器端光标的限制

本文标题:Mysql错误Cannot find or open table x/x from the internal问题解决方法

本文地址:http://www.codeinn.net/misctech/22416.html

推荐教程

广告投放 | 联系我们 | 版权申明

重要申明:本站所有的文章、图片、评论等,均由网友发表或上传并维护或收集自网络,属个人行为,与本站立场无关。

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:914707363 | 邮箱:codeinn#126.com(#换成@)

Copyright © 2020 代码驿站 版权所有