0

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.

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
Tural Ali
  • 22,202
  • 18
  • 80
  • 129
  • Nothing, except it belongs on http://serverfault.com Q&A for system administrators and desktop support professionals – Mchl Aug 26 '11 at 07:27

1 Answers1

1

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.

ty812
  • 3,293
  • 19
  • 36