hi,
I login the linux as mysql,and executed the following command:
[[email protected] 62gpl]$ mysql-zrm-backup --user root --password 111111 --host 172.16.74.62 --mysql-binlog-path /usr/local/gpl5066a/data --database test --backup-level 1 --backup-mode logical --backup-type regular --ssh-user root --remote-mysql-binpath /usr/local/gpl5066a/bin --backup-set 62gpl
but it prompts me to input the root password:
......
62gpl:backup:INFO: PHASE START: Creating incremental backup
[email protected]'s password:
Permission denied, please try again.
[email protected]'s password:
[email protected]'s password:
62gpl:backup:INFO: incremental=mysql-bin.[0-9]*
62gpl:backup:INFO: PHASE END: Creating incremental backup
62gpl:backup:INFO: PHASE START: Calculating backup size & checksums
62gpl:backup:INFO: next-binlog=mysql-bin.000018
......
I input the password, then the backup process works fine. BUT I had set up ssh with passwordless between the zrm server and mysql server.
I use ZRM enterprise version 2.2.
What's the matter?
Thanks a lot!!!