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
Trying with this command
mysqldump --user=root -p --host=127.0.0.1 --databases database_name [database_name_2,...] > dump.sql