如何从Mongo Explorer添加和连接到这个Atlas Cluster?:
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
PS:我需要从Mongo Explorer(IntelliJ IDEA 的插件)而不是 shell 添加和运行它。
github.com/dboissier/mongo4idea