unable to connect to m201 db
Do you have any error messages? Without them nobody can help you.
I am using this command to connect to db:
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
but when I type command, show dbs it is not showing m201 db. Is there different command for m201 to connect.
Thanks I got the command in other lecture:
mongoimport -d m201 -c people --drop people.json
Issue is resolved and I got command in other lecture:
mongoimport -d m201 -c people --drop people.json