bindIp: 127.0.0.1 # Listen to local interface only, comment to listen on all interfaces. 1. 绑定ip 默认127.0.0.1只允许本地连接 bind_ip = 0.0.0.0 1. 重启Mongo 远程连接: service mongod restart 1. Robo3T连接远程MongoDB报错:Failed to refresh ‘Collections‘. Error: ListCollections failed: 可...
2.在副本集环境下,在从库无法进行读取操作,这是正常的,因为MongoDB的slave默认是不可读写的 2020-12-29T22:19:02.417+0800 E QUERY [thread1] Error: listCollections failed: { "operationTime" : Timestamp(1609251538, 1), "ok" : 0,"errmsg" : "not master and slaveOk=false","code" : 13435, "...
> show tables;#userAdminAnyDatabase权限只针对用户管理,没有其他的权限 2017-11-17T13:47:39.845-0800 E QUERY Error: listCollections failed: { "ok" : 0, "errmsg" : "not authorized on test to execute command { listCollections: 1.0 }", "code" : 13 } at Error (<anonymous>) at DB._get...
my_repl:SECONDARY> show tables; 2021-11-29T15:16:12.158+0800 E QUERY [js] uncaught exception: Error: listCollections failed: { "operationTime" : Timestamp(1638170172, 1), "ok" : 0, "errmsg" : "not master and slaveOk=false", "code" : 13435, "codeName" : "NotPrimaryNoSecondaryOk",...
. repset:SECONDARY> use test; switched to db test repset:SECONDARY> show tables; 2019-02-26T15:37:46.446+0800 E QUERY [thread1] Error: listCollections failed: { "operationTime" : Timestamp(1551166663, 1), "ok" : 0, "errmsg" : "not master and slaveOk=false", "code" : 13435, "...
2015-03-17T10:15:56.011+0800 EQUERYError: listCollections failed: { "ok" : 0, "errmsg" : "not authorized on admin to execute command { listCollections: 1.0 }", "code" : 13 } at Error (<anonymous>) at DB._getCollectionInfosCommand (src/mongo/shell/db.js:643:15) ...
(2) Connect failed (3)"not authorized on test to execute command { listCollections: 1.0 } mongodb进行操作时,出现errmsg" : "notauthorizedontesttoexecutecommand{listCollections:1.0}这个提示表示没有权限,那就赶紧添加用户吧切换到admin库useadmin;添加用户db.createUser({user:"sa",pwd:"sa",roles:[{...
switched to db db_03>show collections2017-05-17T00:26:56.143+0800E QUERY[thread1]Error:listCollections failed:{"ok":0,"errmsg":"not authorized on db_03 to execute command { listCollections: 1.0, filter: {} }","code":13}:_getErrorWithCode@src/mongo/shell/utils.js:25:13DB.prototype....
switched to db test>show collections;Warning:unable to run listCollections,attempting to approximate collection names by parsing connectionStatus>db.auth("admin","pass");Error:Authentication failed.0>use admin switched to db admin>db.auth("admin","pass");1>use test;switched to db test>show col...
SERVER-75261“listCollections”命令失败,并出现 BSONObjectTooLarge 错误 SERVER-75404 在v5.0 上将 $searchSortValues 指定为元数据字段 SERVER-75431 删除或修复分片集群中重命名路径上主数据库的尽力检查 SERVER-75501 不要在稳定分支上运行Sys-perf FCV变体 SERVER-75561 当validate 遇到多键不一致时,报告并记录更...