MySQL 表“不存在”错误
我使用的是 Windows 7 Ultimate x64。重新安装操作系统后,将整个 MySQL 数据目录复制回 C:/Programdata
。但现在,当我尝试使用 Navicat 从恢复的数据库中打开一些表时,它向我显示 http://prntscr.com/2s9wl< /a> 错误。我不知道该怎么办。请帮忙。
I'm using Windows 7 Ultimate x64. After reinstalling OS copied back whole MySQL data directory to 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. I don't know what to do. Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,在 MySQL 中备份数据库的正确方法是 mysqldump。
这个 http:// www.softwareprojects.com/resources/programming/t-how-to-fix-mysql-database-myisam-innodb-1634.html 分步故障排除文本是以unix为中心,但对于Windows世界来说应该非常相似。
祝你好运。
First, the correct way to backup a database in MySQL is the 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.
Good luck.