Hello guys, sorry if this question is a little annoying, i have been trying to connect to the aggregations database using compass but i have been unable to do so.
Given the connection string provided in chapter 0:
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
I copied the string inside the double quotations but that does not work, also tried setting each field manually but the same error shows.
Can i have some help please on how to connect to it using compass?