I have a serious problem in my MySQL tables, as soon as InnoDB tables appeared that were USED and now somehow hidden
look at this * Link removed - the number of tables in the header is 79, and the actual number calculated is 74.
these tables are those that were in USE
I do not have the latest backup of my database, so for me it is a game of life and death.
I checked my VPS, I found them in / etc / lib / mysql / db _name /.
EDIT:
I searched the internet and I found out that in each table there should be 3 files associated with it.
For example, the table table_users has:
-- table_users.frm -- table_users.MYD -- table_users.MYI
and for a hidden table there are only .frm files and two other table files.
I have to change my question to: How to restore innodb table from .frm file?
source share