Convert .myd file to SQL Query?
A table in my MySQL database has become corrupted and I need to
restore it from a backup. Unfortunately, the only backups my web host
provides are the actual database files (i.e. myd, frm and myi files).
I do not have root access to the web server, so I am not able to
restore my corrupted table using these files.
Is there a way to convert the myd file to a sql query? I have already
recreated the corrupted table's structure, but now need to be able to
restore the table's data and the only backup I have are these files.
|