I have created a database using MySQL command line client. All database files in *.frm format. Now I want to create a *.sql file from tables of this database. How to do this ? I have fond some similar questions here and none of the solutions provided worked for me.
.frmfiles, or you just want.sqlfiles created? If the latter, check outmysqldump. If the former, then this is a duplicate of stackoverflow.com/questions/879176/…