我在我的 win 10 中安装了这个 mongo.zip。
我已经用 bin 设置了环境路径。
不知何故,每当我启动命令行时,如果没有mongod ,我的 mongo就无法启动。
C:\Users\asus>mongo
MongoDB shell version v4.4.1
connecting to: mongodb://127.0.0.1:27017/?compressors=disabled&gssapiServiceName=mongodb
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 :: No connection could be made because the target machine actively refused it. :
connect@src/mongo/shell/mongo.js:374:17
@(connect):2:6
exception: connect failed
exiting with code 1
但如果我mongod
之前运行mongo
,mongo 运行良好。
所以,我的问题是:我如何在mongo
没有mongod
本地运行的情况下运行。
PS。我的指南针正在运行并且可以连接到 AWS 云。
如果可以,请提供图片。
谢谢!