文章详情页
javascript - mongodb线上环境报错Db.prototype.authenticate method will...
浏览:297日期:2023-08-14 10:50:35
问题描述
项目部署到阿里云服务器ubuntu14.04时会发生一次重启,看日志说Db.prototype.authenticate method will no longer be available in the next major release 3.x as MongoDB 3.6 will only allow auth against users in the admin db and will no longer allow multiple credentials on a socket. Please authenticate using MongoClient.connect with auth credentials.我在这里看到有人遇到同样的问题 https://github.com/Automattic...,说是mongoose的原因,我把mongoose升级到最新版本后还是报这个错。。。这是我连mongodb的链接:
mongodb://blog_runner:safeblog@127.0.0.1:27017/blog-app
blog_runner是具有读写权限的。如何解决呢?
问题解答
回答1:是与mongoose的版本有关系,我用4.7.0是没有这个提示的,升级到最新4.10.6就提示了
标签:
JavaScript
相关文章:
1. docker images显示的镜像过多,狗眼被亮瞎了,怎么办?2. docker api 开发的端口怎么获取?3. docker镜像push报错4. PHP中的$this代表当前的类还是方法?5. macos - mac下docker如何设置代理6. 如何解决Centos下Docker服务启动无响应,且输入docker命令无响应?7. 老师,flex-shrink: 1; 按视频操作,不会自动缩放8. 前端 - 类到底该如何去命名 .newsList 这种的命名难道真的不是过度语义化吗?~9. sublime-text - sublime text 3中编译python(sublimeREPL),如何仅运行单行/选定部分10. android glide asbitmap 在baseadpter中的问题
排行榜

网公网安备