Home > Backend Development > PHP Tutorial > yzx.frm是存在的可是系统报Table 'dz.yzx' doesn't exist异常

yzx.frm是存在的可是系统报Table 'dz.yzx' doesn't exist异常

WBOY
Release: 2016-06-13 13:27:35
Original
1076 people have browsed it

yzx.frm是存在的可是系统报Table 'dz.yzx' doesn't exist错误
而且在本地是行的,到服务器上才出现这个错误的

------解决方案--------------------
1.yzx.frm 等等文件的权限
2.损坏了
3.区分大小写
4.忘了
------解决方案--------------------
应该是innodb吧,innodb不能像myisam那样直接迁移文件的,只能dump出来,再load回去...

LZ可以先把这张表drop掉,然后重新create,再导入数据,就可以了。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template