无法在Mongo Explorer中添加服务器(Atlas群集)

Yel*_*fun 3 explorer cluster-computing mongodb atlas

如何从Mongo Explorer添加并连接到此Atlas集群?:

mongo "mongodb://cluster0-shard-00-00-jxeqq.mongodb.net:27017,cluster0-shard-00-01-jxeqq.mongodb.net:27017,cluster0-shard-00-02-jxeqq.mongodb.net:27017/aggregations?replicaSet=Cluster0-shard-0" --authenticationDatabase admin --ssl -u m121 -p aggregations --norc
Run Code Online (Sandbox Code Playgroud)

PS:我需要从Mongo Explorer(用于IntelliJ IDEA的插件)而不是从Shell 添加并运行它。

github.com/dboissier/mongo4idea

Ale*_*lex 7

如图所示添加新服务器:

在此处输入图片说明

  • 服务器网址: cluster0-shard-00-00-jxeqq.mongodb.net:27017,cluster0-shard-00-01-jxeqq.mongodb.net:27017,cluster0-shard-00-02-jxeqq.mongodb.net:27017
  • SSL:已检查
  • 用户数据库: aggregations

然后转到“身份验证”选项卡并设置凭据:

在此处输入图片说明

  • 用户名: m121
  • 密码: aggregations
  • 验证码 数据库:admin
  • 验证码 机制:SCRAM-SHA-1