Jump to content
IGNORED

MySQL table


MIPreston

Recommended Posts

I was repairing MySQL table when suddently server hanged and when I returned back all tables are ok but this one showing me an error message: InnoDB: have deleted and recreated InnoDB data files but have forgotten.

I tried to search from google but no answer.
Any help would be appriciated.

 

 

Did you delete the filesystem files associated with the table? If you didn't, are they gone? (does the table work?)

Did the filesystem run out of space, by chance?

Link to comment
Share on other sites

The problem may be due to name completion in the mysql client. To work around this problem, start the MySQL client with the --skip-auto-rehash option and try DROP TABLE again. (With name completion on, MySQL tries to construct a list of table names, which fails when a problem such as just described exists.) If you are still have the problem you may apply this one solution https://www.repairtoolbox.com/mysqlrepair.html

 

Good luck

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...