When I copy and past the connection from the second video it works perfectly in my terminal. How though do I get atlas to show the same abs and collections? The DBS I see on Atlas are he same as in the M001 course.
What connect string you have used?
For m121 you have different connect string
Show us the screenshot with details
Hi,
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
as per the video. Works perfectly in my terminal.
this is my connection string in atlas to connect to the shell:
mongo “mongodb+srv://cluster0.qz8qr.mongodb.net/admin” --username m001-student
For m121 you have to use the first connect string
If you want aggregations DB in your own cluster you have to load/import this DB to your cluster
Thank you.
I (the first) works perfectly in my terminal, I would however like to connect to cloud.atlas as well using the same connection so I can view the same dbs and collections on atlas cloud.
Thanks
Wayne
I am not clear.Are you looking for Compass connect string for m121?
Post a screenshot of what you see now for M001
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.