zoukankan      html  css  js  c++  java
  • 【MongoDB】MongoDb的“not master and slaveok=false”错误及解决方法

    链接mongodb报错如下

    2016-03-14T16:26:00.912+0800 E QUERY    [thread1] Error: listDatabases failed:{ "ok" : 0, "errmsg" : "not master and slaveOk=false", "code" : 13435 } :
    _getErrorWithCode@src/mongo/shell/utils.js:23:13
    Mongo.prototype.getDBs@src/mongo/shell/mongo.js:53:1
    shellHelper.show@src/mongo/shell/utils.js:700:19
    shellHelper@src/mongo/shell/utils.js:594:15
    @(shellhelp2):1:1

    错误代码:

    Error: listDatabases failed:{ "ok" : 0, "errmsg" : "not master and slaveOk=false", "code" : 13435 }

    这是正常的,因为mgset-742285:SECONDARY是不允许读写的,如果非要解决,方法如下:

    mgset-742285:SECONDARY> rs.slaveOk();
  • 相关阅读:
    网络面试题2
    网络
    Linux os
    操作系统面试题2
    操作系统面试题
    Linux
    算法-字符全排列
    第k大数问题
    地址
    ListView里面嵌套CheckBox
  • 原文地址:https://www.cnblogs.com/anny0404/p/5276169.html
Copyright © 2011-2022 走看看