mongodb错误解决方案

Posted Simple-Panda

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mongodb错误解决方案相关的知识,希望对你有一定的参考价值。

问题描述:

因为一段时间没有使用MongoDB数据库,所以今天出现一个问题,在进入MongoDB数据库后执行show dbs等命令基本都会出现一个错误,如下:

MongoDB Enterprise > show dbs;
2018-05-19T12:05:01.313+0800 E QUERY [thread1] Error: listDatabases failed:{
"ok" : 0,
"errmsg" : "not authorized on admin to execute command { listDatabases: 1.0, $db: \"admin\" }",
"code" : 13,
"codeName" : "Unauthorized"
} :
[email protected]/mongo/shell/utils.js:25:13
[email protected]/mongo/shell/mongo.js:65:1
[email protected]/mongo/shell/utils.js:820:19
[email protected]/mongo/shell/utils.js:710:15
@(shellhelp2):1:1

我到现在也不知道具体错在哪里,看错误像权限问题,但按照网上的一些权限方法解决,没有用。

最后,我的MongoDB安装步骤是按照百度https://jingyan.baidu.com/article/d5c4b52bef7268da560dc5f8.html装的,我就把其中的data数据和log数据删除,重新建立新的文件,再将服务重新安装。前提是你必须把数据库先关闭。这样就解决了。












以上是关于mongodb错误解决方案的主要内容,如果未能解决你的问题,请参考以下文章

如何解决 MongoDB 循环依赖错误?

windows安装MongoDB进度条卡住,window安装mongo系统错误 2,系统错误5的解决办法

MongoDb的“not master and slaveok=false”错误及解决方法

win10 平台 mongodb 安装,报错误提示: 无法定位序数3253于动态链接库, 怎么解决?谢谢?

MongoDb的“not master and slaveok=false”错误及解决方法

MongoDb的“not master and slaveok=false”错误及解决方法