I have a backup of my entire base of all tables from the following command:
mysqldump --default-character-set=latin1 -u root -p[senha] [base] > Z:Backup
I wanted to do something like this:
mysqldump --default-character-set=latin1 -u root -p[senha] [base] -table [tabela_em_especifico]< Z:Backup
Remembering that my backup is from the entire database.