在Ruby中执行MongoDB命令changeUserPassword?

时间:2019-06-06 07:55:27

标签: ruby mongodb

使用the official mongo-ruby-driver gem我正在尝试更改MongoDB用户的密码。我正在运行命令:

@mongo_client.command({changeUserPassword: "my_user", password: "foo"})

但这引起了:

Mongo::Error::OperationFailure: no such command: 'changeUserPassword' (59)

那我该如何执行changeUserPassword

0 个答案:

没有答案