MongoDB shell version v4.0.6
connecting to: mongodb://127.0.0.1:27017/?gssapiServiceName=mongodb
2019-05-25T18:22:42.775+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 :: ����Ŀ�����������ܾ������� �ӡ� :
connect@src/mongo/shell/mongo.js:343:13
@(connect):1:6
exception: connect failed
例如我的
d:
cd mongodb
cd bin
mongod.exe --nojournal --dbpath .
一定要注意 --dbpath后面有个点