本文主要是介绍errmsg : not authorized on db1 to execute command { insert: \db1\, ordered: true, $db: \db1\,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
创建一个库db1 往db1中插入数据,报错
"errmsg" : "not authorized on db1 to execute command { insert: \"db1\", ordered: true, $db: \"db1\" }"
表示没有权限,需要转到admin库。
添加用户
出现Successfully added user表示成功添加!!!
现在已经添加了用户,接下来可以用这个用户登录了。
返回1 :成功
现在,我们执行之前报错的语句:
已经成功插入。。。
这篇关于errmsg : not authorized on db1 to execute command { insert: \db1\, ordered: true, $db: \db1\的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!