摘要:
使用db.copyDatabase报错"errmsg" : "Got invalid BSON from external server while reading from cursor :: caused by :: InvalidBSON: Cannot use decimal BSON ty 阅读全文
摘要:
需要执行root账号的操作时错:Error: not authorized on admin to execute command 轻松三步解决1.关闭认证,需要去该Mongo服务的部署信息去掉"--auth",然后再去部署2.直接用mongo命令登录该容器3.创建root用户use admin d 阅读全文