| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Apr 2006 Location: Berlin
Posts: 333
![]() ![]() | How to convert MYD, MYI, FRM files to Query? 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... |
| |
| | #2 (permalink) |
| NamePros Expert Join Date: Nov 2003 Location: Scotland
Posts: 5,069
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | 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. http://dev.mysql.com/doc/refman/4.1/...ore-table.html |
| |
| | #3 (permalink) |
| Senior Member Join Date: Dec 2006 Location: England
Posts: 1,568
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | 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) Matt |
| |