简体   繁体   English

MySQL表“不存在”错误

[英]MySQL table “doesn't exist” error

I'm using Windows 7 Ultimate x64. 我正在使用Windows 7 Ultimate x64。 After reinstalling OS copied back whole MySQL data directory to C:/Programdata . 重新安装OS后,将整个MySQL数据目录复制回C:/Programdata But now when i'm trying to open some table from restored db's with Navicat it shows me http://prntscr.com/2s9wl error. 但是现在,当我尝试使用Navicat从还原的数据库中打开某些表时,它显示了http://prntscr.com/2s9wl错误。 I don't know what to do. 我不知道该怎么办。 Please help. 请帮忙。

First, the correct way to backup a database in MySQL is the mysqldump. 首先,在MySQL中备份数据库的正确方法是mysqldump。

This http://www.softwareprojects.com/resources/programming/t-how-to-fix-mysql-database-myisam-innodb-1634.html step-through-step troubleshooting text is unix-centric, but it should be very similar for the Windows world. http://www.softwareprojects.com/resources/programming/t-how-to-fix-mysql-database-myisam-innodb-1634.html分步疑难解答文本以Unix为中心,但应该是与Windows世界非常相似。

Good luck. 祝好运。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM