我第一次在OSX上創建基本Web應用程序。Mongodb連接失敗(連接被拒絕)
我已經安裝了MongoDB,我可以在終端上使用'mongo'命令,但是我無法進入mongodb shell。
SOE-SOE01492:evnt humadshah$ mongo
MongoDB shell version v3.4.6
connecting to: mongodb://127.0.0.1:27017
2017-07-13T13:29:20.917+0500 W NETWORK [thread1] Failed to connect to 127.0.0.1:27017, in(checking socket for error after poll), reason: Connection refused
2017-07-13T13:29:20.917+0500 E QUERY [thread1] Error: couldn't connect to server 127.0.0.1:27017, connection attempt failed :
[email protected]/mongo/shell/mongo.js:237:13
@(connect):1:6
exception: connect failed
我完全不知道是什麼原因造成的。我以前從未在Windows上遇到此錯誤。
你能提供蒙戈配置文件的內容是什麼? 它應該位於/usr/local/etc/mongod.conf –
在目錄中似乎沒有任何東西...... –
你能告訴我你是如何在你的mac上安裝mongo的?你用過自制軟件嗎? –