我尝试使用Robomongo连接到AWS中的MongoDB。当我连接时,我收到了这个错误:
Cannot connect to the MongoDB at x.x.x.x:27017
Error:
Missing expected field "mechanism"
有谁知道如何解决此错误?我已将27017
端口打开到0.0.0.0
。
答案 0 :(得分:14)
在Robomongo中更改连接设置 - 身份验证 - 从SCRAM-SHA-1到MONGODB-CR的身份验证机制。