如何解决robo3t无法翻页的错误
问题:
robo3t mongo工具 windows 版本连接mongo,翻页提示如下报错:
1 | The ntoreturn find command parameter is not supported when FCV >= 5.1 |
解决方案:
1 | db.adminCommand({setFeatureCompatibilityVersion: "5.0",}) |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 念念不忘,必有回响!






