安装完成以后使用Robo 3T连接Mongo的时候出现了这么个错误 Error: Failed to execute "listdatabases" command 再网上查找了一些资料,原因是因为没有指定数据库的登录权限,因为mongodb安装以后只在cmd中进行本地访问,所以要使用图形界面就需要使用登录账号及密码,下面是解决办法。 原文:https://www.cnblogs.com/mengyu/...
而且还会爆出 Failed to execute "listdatabases" command. 解决办法: 运行里执行services.msc 找到这个服务,先停止,然后改为手动启动 继续启动3.4版本的mongo, 问题解决
“errmsg” : “not authorized on admin to execute command { listDatabases: 1.0 }”, “code” : 13 } at src/mongo/shell/mongo.js:47 请问各位大佬2个问题: 一、刚手动安装了 MongoDB 2.6.4 版本,是tar.gz解压的;启动后,就登录进来,然后其他的什么都没操作,使用了use admin命令和show dbs命令,就...
我今天遇到了这个问题,我用Homebrew安装了最新版本的MongoDB,然后启动mongo shell并输入命令"show dbs“...
2020-06-19T16:33:34.220+0800 listDatabases failed:{“ok” : 0,“errmsg” : “not authorized on admin to execute command { listDatabases: 1.0 }”,“code” : 13 } at src/mongo/shell/mongo.js:47 请问各位大佬2个问题: 一、刚手动安装了 MongoDB 2.6.4 版本,是tar.gz解压的;启动后,就登录...
2015-06-29T10:02:16.634-0400 E QUERY Error: listDatabases failed:{ "ok" : 0, "errmsg" : "not authorized on admin to execute command { listDatabases: 1.0 }", "code" : 13 } at Error (<anonymous>) at Mongo.getDBs (src/mongo/shell/mongo.js:47:15) at shellHelper.show (src/mongo...
2018-11-08T23:12:26.598-0800 E QUERY [thread1] Error: listDatabases failed:{ "ok" : 0, "errmsg" : "not master and slaveOk=false", "code" : 13435, "codeName" : "NotMasterNoSlaveOk" } 1. 2. 3. 4. 5. 6. 输入如下命令,重新执行即可: ...
1、查看运行的容器 docker ps 2、查看所有的容器 docker ps -a 3、创建容器 docker run -id --...
2017-10-16T10:01:22.637+0800 E QUERY [thread1] Error: listDatabases failed:{ "ok" : 0, "errmsg" : "not authorized on admin to execute command { listDatabases: 1.0 }", "code" : 13, "codeName" : "Unauthorized" } : 登录管理员账户: ...
2019-03-05T14:14:44.483+0800 E QUERY [js] Error: listDatabases failed:{ "operationTime" : Timestamp(1551766483, 1), "ok" : 0, "errmsg" : "not master and slaveOk=false", "code" : 13435, "codeName" : "NotMasterNoSlaveOk",