How can I connect to mongodb atlas using robomongo?

I freely wrote in mongodb Atlas and created a cluster now, I want to know how I can create a database and connect to it using robomongo?

+31
source share
5 answers

1) (Atlas MongoDB console) First of all, click on allowing access from ANYWHERE (see figure below) and put some random IP - address, do not click on the Add Current the IP - address otherwise it will not connect to robomongo.

pic1

2) robomongo, Connection, Direct Connection Address [ Project-> Clusters → () Primary Cluster-> " "].

pic2

3) "", "admin" , "Auth Mechanism" - SCRAM-SHA-1.

pic3

4)

pic4

5) , ! pic5

URI Mongo :

 mongodb://[username:password@]host1[:port1][,...hostN[:portN]]][/[database][?options]]
+71

@kdblue, . , .

Robo 3T : 1.2.1

:

MongoDB (cloud.mongodb.com) . (. , ).

enter image description here

Robo 3T "" " ". . "" . .

enter image description here

, , SSL (), @kdblue .

.

.

+7

[]

Mongo Atlas 3.4 -: Robomongo 1.1 - - MongoDB 3.4

+4

, , Robo3Tversion 1.3 "From SRV", SRV, . 1.3 :

From srv

, "" , " ", , :

connection string in mongodb atlas

0

: , .

Created one scratch form using the above and connected on the first try

-1
source

Source: https://habr.com/ru/post/1016877/


All Articles