Hello there,
I have a database backup that consists MYD, MYI, FRM files.
But I don't know how I work with them?
How could I convert them into the Mysql query? or how to use them?
Thanks in advance...
The views expressed on this page by users and staff are their own, not those of NamePros.
the files you have are raw mysql files not sure if you can convert them to sql but you ussually restore them by placing them in the relevant mysql folder on the server.
Yeah it's strange that if you are using an 'online' web host that you were given these. If you are working on local then navigate to your installation folder and find mysql\data and dump them in there (inside a folder that is the database name)