1. 程式人生 > >mongodb使用mongo報錯: Error: couldn't connect to server 127.0.0.1:27017, connection attempt failed: SocketException: Error connecting to 127.0.0.1:270

mongodb使用mongo報錯: Error: couldn't connect to server 127.0.0.1:27017, connection attempt failed: SocketException: Error connecting to 127.0.0.1:270

在windows下命令臺輸入mongo報一下錯誤:

D:\ProgramFiles\BianCheng\mongodb-win32-x86_64-2008plus-ssl-4.0.4>mongo
MongoDB shell version v4.0.4
connecting to: mongodb://127.0.0.1:27017
2018-11-19T17:51:37.147+0800 E QUERY [js] Error: couldn't connect to server 127.0.0.1:27017, connection attempt failed: SocketException: Error connecting to 127.0.0.1:27017 :: caused by :: ����Ŀ�����������ܾ����޷��� �ӡ� :

[email protected]/mongo/shell/mongo.js:257:13
@(connect):1:6
exception: connect failed

這裡還有亂碼,我把控制檯文字編碼改為utf-8,依舊是亂碼,隨後還是沒解決,但是對操作影響不大

這個報錯的原因,是因為我把上個在cmd裡面mongodb安裝目錄bin目錄下輸入的mongod的視窗關閉了

所以解決方案:

在cmd輸入mongod.exe --dbpath E:\mongodata

  E:\mongodata  代表你的要存放的位置,這裡是我的位置,你要事先把這個資料夾建立好,不然要報錯

此時,上個cmd視窗不要關閉,再次開啟一個新的cmd視窗輸入mongo命令:

------------------------------------------------------------------------------

好了,大功告成,歡迎提問,看到就回答