当前位置:  开发笔记 > 编程语言 > 正文

MongoDB错误:无法使用'命令'readMode,降级为'legacy'模式

如何解决《MongoDB错误:无法使用'命令'readMode,降级为'legacy'模式》经验,为你挑选了0个好方法。

所以我使用mongo开发一个项目,执行代码后出错: db.usercollection.insert({ "username" : "testuser1", "email" : "testuser1@testdomain.com" })

显示的错误是:

Cannot use 'commands' readMode, degrading to 'legacy' mode WriteResult({
        "writeError" : {
                "code" : 13,
                "errmsg" : "not authorized on watersheds to execute command { insert: \"usercollection\", documents: [ { _id: ObjectId('568d0eda45d472b121116bef'), username: \"testuser1\", email: \"testuser1@testdomain.com\" } ], ordered: true }"
        } })

db.version()是3.0.7,我安装的MongoDB shell版本是3.2.0

我该怎么解决这个问题?

此致,达里尔

推荐阅读
地之南_816
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有