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.
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?