mongoDB
iTommyChi
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Robo 3T连接MongoDB异常: Network error while attempting to run command 'saslStart' on host 'xxx:27017'
MongoDB4.2.0, 通过robo 3t 其实是连接到了,在Server端报了下面的错: 2019-08-27T16:37:06.811+0800 E - [conn15] Assertion: Location34348: cannot translate opcode 2010 src/mongo/rpc/message.h 120 2019-08-27T16:37...原创 2019-08-27 17:06:01 · 17074 阅读 · 7 评论 -
MongoDB : Failed to execute "listdatabases" command
在admin库里面这样创建用户: db.createUser({user:"demo1user",pwd:"demo1",roles:[{role:"dbOwner",db:"demo1"}]}) 查询用户的信息发现: { "_id" : "admin.demo1user", "userId" : UUID("72c53c6b-ebb0-4619-b958-fa53c9224802"), "...原创 2019-08-27 18:06:49 · 6400 阅读 · 0 评论
分享