MongoDB
lwei_998
这个作者很懒,什么都没留下…
展开
-
Did not consume whole string
MongoDB 4.4.10 调整wiredTigerConcurrentWriteTransactions参数时抛出‘Did not consume whole string’ 。解决方式:在设置的值上增加引号。> db.version()4.4.10> db.runCommand({ getParameter:1, "wiredTigerConcurrentWriteTransactions":1}){ "wiredTigerConcurrentWriteTransaction原创 2022-03-01 18:15:08 · 909 阅读 · 0 评论 -
MongoDB invalid char in key file
记录 MongoDB 3.0.5 创建基于key认证时出现的一个问题。1. openssl 版本openssl version OpenSSL 1.0.1e-fips 11 Feb 20132.创建key文件openssl rand -base64 755 > keyFile.keychmod 400 keyFile.key3原创 2017-03-04 09:45:58 · 1209 阅读 · 0 评论 -
not authorized on local to execute command
线上MongoDB 监控项不能出图,检查后发现是权限有问题。SECONDARY> db.printReplicationInfo() 2017-08-21T14:46:55.587+0800 E QUERY [thread1] Error: listCollections failed: { “ok” : 0, “errmsg” : “not author原创 2017-08-21 15:06:52 · 11787 阅读 · 0 评论