MySQL Forums
Forum List  »  MySQL Workbench

Re: Need to read MYD files
Posted by: Peter Brawley
Date: February 08, 2021 03:41PM

Quote

I have extracted the files from the ZIP, opened bin and clicked on mysql.exe. That should have been enough.

If MySQL were simply a file-processing app, you might be right.

But MySQL is an RDBMS, a much more complicated beast. To retrieve data from .MYD files, you need a working installation of the MySQL server, and you need the .FRM files which define the tables for which the .MYD files hold data,

https://stackoverflow.com/questions/60161692/how-to-get-data-from-myd-myi-frm-and-export-in-csv-files

https://stackoverflow.com/questions/7783761/how-to-restore-data-from-mysql-frm

https://stackoverflow.com/questions/484750/restoring-mysql-database-from-physical-files

Options: ReplyQuote


Subject
Views
Written By
Posted
1140
February 08, 2021 03:18PM
Re: Need to read MYD files
5880
February 08, 2021 03:41PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.