【发布时间】:2018-03-03 21:09:10
【问题描述】:
我有 SunOS,我正在尝试从 Windows 上的 Studio 3T 进行连接。我无法连接并在日志中收到以下错误:
数据库错误(MongoIncompatibleDriverException):服务器位于 xx.xx.xx.xx:27017 报告线版本 0,但此版本的 驱动程序至少需要 1 个(MongoDB 2.6
【问题讨论】:
标签: mongodb connection sunos studio3t
我有 SunOS,我正在尝试从 Windows 上的 Studio 3T 进行连接。我无法连接并在日志中收到以下错误:
数据库错误(MongoIncompatibleDriverException):服务器位于 xx.xx.xx.xx:27017 报告线版本 0,但此版本的 驱动程序至少需要 1 个(MongoDB 2.6
【问题讨论】:
标签: mongodb connection sunos studio3t
Studio 3T 早在 2017 年 12 月就升级到了最新的 3.6 mongo 驱动程序,它似乎已经放弃了对 MongoDB 2.4 的支持(它在 2016 年 3 月达到其生命周期结束:https://www.mongodb.com/support-policy)。
通过此更改,Studio 3T 目前支持 MongoDB 版本 2.6 - 3.6。
【讨论】: