mysqldump access denied

后端 未结 9 2159
闹比i
闹比i 2020-12-14 15:23

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

9条回答
  •  北荒
    北荒 (楼主)
    2020-12-14 16:02

    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.

提交回复
热议问题