D:\projects\myblog>mongo
MongoDB shell version v3.4.4
connecting to: mongodb://127.0.0.1:27017
2017-05-14T23:17:25.098+0800 W NETWORK [thread1] Failed to connect to 127.0.0.1:27017 after 5000ms milliseconds, giving up.
2017-05-14T23:17:25.099+0800 E QUERY [thread1] Error: couldn't connect to server 127.0.0.1:27017, connection attempt failed :
connect@src/mongo/shell/mongo.js:237:13
@(connect):1:6
exception: connect failed
The mongo server has not been started. First enter mongod to start the server before mongo can connect and perform subsequent operations
I saw a discussion on a MongoDB forum, you can take a look:
http://forum.foxera.com/mongo...
Many obvious error messages