I am facing the issue while connecting to atlas cluster from ubuntu machine. I opened the mongo shell, then I typed as per lesson instruction as below
> 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/test?replicaSet=Cluster0-shard-0” --authenticationDatabase admin --ssl --username m001-student --password m001-mongodb-basics
but I got this below error
2019-09-07T13:20:45.836+0530 E QUERY [js] uncaught exception: SyntaxError: unexpected token: string literal :@(shell):1:6
Can anybody tell me how to solve this issue ,please ?