Bu cevap, konu sahibi tarafından kabul edilebilir bir cevap olarak işaretlendi.
Google'a baktım hocam zaten aradığım şekilde bir sonuç bulamadığım için buraya yazdım
https://www.google.com/search?q=frm+...oq=frm+myd+mdi https://stackoverflow.com/questions/...-myi-frm-files
Alıntı
If these are MyISAM tables, then plopping the .FRM, .MYD, and .MYI files into a database directory (e.g., /var/lib/mysql/dbname) will make that table available. It doesn't have to be the same database as they came from, the same server, the same MySQL version, or the same architecture. You may also need to change ownership for the folder (e.g., chown -R mysql:mysql /var/lib/mysql/dbname)
Emin misiniz hocam?

(SQL dbde olduktan sonra nasıl export edeceğinizi zaten biliyorsunuz, phpmyadmin export veya mysql db > db.sql)