Mysql command line import-export single table

Go to terminal window To export type following command “mysqldump -u USERNAME -p dbname tableName > tableName.sql” Here mysqldump           is default mysql command...