[try Beta version]
Not logged in

 
Mysql/Cannot find the table

Jul 9, 2017 at 4:25pm
Hey guys, hoping someone smarter than me can help out here. 

I need to open Mysql database. But i cannot open it cause of this error: InnoDB: Cannot find the table “table1/table2” from the internal data dictionary.

What does this error mean?
Jul 10, 2017 at 2:31am
In whatever code you ran (code not shown), you must have made reference to a "table1/table2", and such an object(s) does not exist within whatever database you opened. It is possible to open a database without referencing a particular table. Have you had success with that?
Jul 10, 2017 at 12:07pm
Show an example
Jul 11, 2017 at 3:04am
It may be easier to check if the connection and re-establish it if needed. If it useless read info here https://www.repairtoolbox.com/mysqlrepair.html
Topic archived. No new replies allowed.