-4

enter image description here

The test found that navicat was able to browse the table information normally!

Suraj Rao
  • 29,388
  • 11
  • 94
  • 103
chzain
  • 1
  • 1

1 Answers1

0

Did you move your MySQL db directory to another place? If you do so, and you got a InnoDB table, you need to move your *ib files too and ensure that they are there e.g. (lbdata1, ib_logfile0 and ib_logfile1).

Related question:

MySQL > Table doesn't exist. But it does (or it should)

Roberto Gonçalves
  • 3,186
  • 4
  • 13
  • 27