I have a table in my database that displays this message when I try to select it:
"Unable to select the table: Table './mydatabase/table_x' is marked as crashed and should be repaired"
How do I repair the table? (I searched for "repair table" in the forum, but there were no results.)
I'm using Adminer 3.3.3.
Thanks for your help!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a table in my database that displays this message when I try to select it:
"Unable to select the table: Table './mydatabase/table_x' is marked as crashed and should be repaired"
How do I repair the table? (I searched for "repair table" in the forum, but there were no results.)
I'm using Adminer 3.3.3.
Thanks for your help!
I finally found the 'Repair' button in Adminer, under the 'Tables and Views' screen. The table has been restored and now my website is working again.