Not sure if this helps, but I tried
ping cluster0-shard-00-00-jxeqq.mongodb.net and it connects.
But when I am in the bin folder and type âmongoâ it says:
MongoDB shell version: 3.2.1
connecting to: test
2018-10-19T14:13:37.945-0700 W NETWORK [thread1] Failed to connect to 127.0.0.1:27017, reason: errno:61 Connection refused
2018-10-19T14:13:37.946-0700 E QUERY [thread1] Error: couldnât connect to server 127.0.0.1:27017, connection attempt failed :
connect@src/mongo/shell/mongo.js:224:14
@(connect):1:6
exception: connect failed
Any reason why connection would fail? this is using enterprise version.
Thanks.
connecting to: test
2018-10-19T14:13:37.945-0700 W NETWORK [thread1] Failed to connect to 127.0.0.1:27017, reason: errno:61 Connection refused
2018-10-19T14:13:37.946-0700 E QUERY [thread1] Error: couldnât connect to server 127.0.0.1:27017, connection attempt failed :
connect@src/mongo/shell/mongo.js:224:14
@(connect):1:6
exception: connect failed