My computer broke down and I have the hard drive alone. I have been looking for the database in the hard drive and what i have found is the name of the database as a folder then the tables inside the folder database with the format frm, MYD, MYI.
What should I do with it to convert it to sql format?
you can’t just convert those file to SQL statements. what you should do is get the ENTIRE data directory from your old hard drive (not just the frm, myd and myi files), install mysql on your new computer, and replace the data directory with the one from your old computer.
I am not sure if it will work, but just copy those three files to another server and restart mysql service of that server to know if the table is “readable”.