mysqldump --host=localhost --user=root --password=sysadmin --no-data test > "C:\test1\ttt.dump";
This the command that i fire to create dump from mysql database , that's working fine and create dump with no data.
but I want some table with data , this command create dump with table that all are blank.