How can I connect to MongoDB Atlas using Robomongo?

后端 未结 8 2347
轻奢々
轻奢々 2020-12-24 00:56

I signed up freely at MongoDB Atlas and created cluster now I want to know how can I create database and connect to that using Robomongo?

8条回答
  •  旧巷少年郎
    2020-12-24 01:43

    Direct connections do not work with Replica Sets and Robo3T.
    And the cluster you create on Atlas is a 3-Node replica set.

    Select Connection Type: Replica Set on the first tab

    To find out 3 members in new Atlas dashboard:

    1. click on Clusters in your Atlas dashboard.
    2. click collections button on the cluster.
    3. click Overview tab on the next menu.

    you will see the list of your set (primary and two secondary).

    then follow @Balasubramani M's answer.

提交回复
热议问题