When I try to backup using mysqldump from ssh, I run the following command on machine 10.64.1.1. It gives the following error.
mysqldump --user=test -p=passwor
Heres what worked for me- run cmd line as admin. dont put any password after -p, you are automatically prompted to enter a password and it works.