I have what I believe is a corrupted MySQL table. In the database I can see there is only a .frm file, not a .mdi or .mdy for it. How can I recover data from this .frm file?
I believe that I have to get data from the ibdata1 file?
|
feedback
|
|
There is no data in the | |||||||||||
feedback
|
|
The .frm file doesn't really contain any data--it's just the table definition. You can read the specifics here. | |||
|
feedback
|