TypeError: db.addUser is not a function : @(shell):1:1 ——mongoDB创建新用户名密码的方法
Posted 彭
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TypeError: db.addUser is not a function : @(shell):1:1 ——mongoDB创建新用户名密码的方法相关的知识,希望对你有一定的参考价值。
不多说,旧版本使用
db.addUser("root","root")
新版本使用这句会出现这个错误提示
TypeError: db.addUser is not a function : @(shell):1:1
新版本用的是
db.createUser(
{
user: "test",
pwd: "test",
roles: [ { role: "userAdmin", db: "test" } ]
}
)
{
user: "test",
pwd: "test",
roles: [ { role: "userAdmin", db: "test" } ]
}
)
以上是关于TypeError: db.addUser is not a function : @(shell):1:1 ——mongoDB创建新用户名密码的方法的主要内容,如果未能解决你的问题,请参考以下文章
TypeError: 'str' object is not callable
TypeError: 'QueryDict' object is not callable
element-ui时间控件报错:TypeError: date.getHours is not a function"TypeError: date.getFullYear is not