【发布时间】:2016-02-18 18:29:19
【问题描述】:
我正在学习 MongoDB,当我尝试启动 mongoDb 时,它会抛出以下错误:
C:\Users\Mahadev>mongo
MongoDB shell version: 3.2.3
connecting to: test
2016-02-18T14:45:06.028+0530 W NETWORK [thread1] Failed to connect to 127.0.0.1
:27017, reason: errno:10061 No connection could be made because the target machi
ne actively refused it.
2016-02-18T14:45:06.029+0530 E QUERY [thread1] Error: couldn't connect to ser
ver 127.0.0.1:27017, connection attempt failed :
connect@src/mongo/shell/mongo.js:224:14
@(connect):1:6
exception: connect failed
我该如何解决这个错误?
【问题讨论】:
标签: mongodb