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
MySQL: dumping data from a single tableTo 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
