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.
I have created a database using MySQL command line client. All database files in
Share
mysqldump
where
rootis username and you will be prompted for password,databaseis database name