I have some .frm files from a Mysql database. I know the frm files only contains definition of the table. I only need the definition. I want to access to the create table query and export that to phpMyAdmin and create database table structure only. I don't know my engine is Innodb or not,but i don't have .MYD and .MYI of the database. What should i do for gain the purpose?
Best Regards ...