Mysql/Cannot find the table

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?
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?
Show an example
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.