Mongo shell显示为“正在连接...”。但不能启动外壳

时间:2018-08-18 06:20:04

标签: mongodb mongodb-shell

我正在使用MongoDB Community Server 4.0。

我已按照MongoDB文档中所述正确安装。

我还为MongoDB bin设置了路径Environment变量。

MongoDB的Windows服务也正在正常运行。

当我使用以下命令运行MongoD时

"C:\Program Files\MongoDB\Server\4.0\bin\mongod.exe" --auth --dbpath="c:\data\db" --bind_ip 127.0.0.1 --port 27017

服务器开始完美显示日志消息,如图所示

the server starts perfectly displaying the log message as shown in the image

现在,当我使用命令

启动mongo shell时
"C:\Program Files\MongoDB\Server\4.0\bin\mongo.exe"

我也尝试过

mongo

mongo --port 27017

mongo --port 27017 --host localhost

mongo --port 27017 --host<machine name>

但它只是显示为

connecting ... but not starting the shell as shown in the image

请帮我解决这个问题。

0 个答案:

没有答案