首页
教程
IT编程
国外技术
登录
标签
auth
mongorestore[报错]auth error: sasl c onversation error: unable to authenticate using mechanism
mongodump -h ip --authenticationDatabase admin -u user -p password-d 要备份的数据库名 -o 备份到哪个路径
报错
error
auth
mongorestore
sasl
admin
7月前
60
0
解决Mongodb认证auth error: sasl conversation error: unable to authenticate using mechanism “SCRAM-SHA-1“
解决方法在输入用户名密码的同时添加--authenticationDatabase admin,这个是验证用户名与密码所需的数据库通用的公式是:.mongorestore -h 127.0
sasl
Conversation
error
mongodb
auth
admin
7月前
75
0
auth error: sasl conversation error: unable to authenticate using mechanism “SCRAM-SHA-256“:
问题使用MongoDB Database Tools导出数据时报错:执行的命令是:mongoexport -h 1.20.13.14:6000 --authenticationDatabas
Conversation
unable
sasl
auth
error
admin
7月前
43
0