MySQL: dumping data from a single table
To dump data from a single table, use the --tables option. Otherwise, mysqldump may interpret the table name as a database name
mysqldump -p -T mySubdir --tables myDB myTable
To dump data from a single table, use the --tables option. Otherwise, mysqldump may interpret the table name as a database name
mysqldump -p -T mySubdir --tables myDB myTable