gpt4 book ai didi

node.js - MongoDB 卡在 clientcursormon 上(等待端口 27017 上的连接)

转载 作者:可可西里 更新时间:2023-11-01 10:04:15 26 4
gpt4 key购买 nike

在简单安装 MongoDB 并在 MongoDB 文件夹中创建\data\db 之后,我继续运行 mongod.exe --dbpath C:\MongoDB\data\db。它运行一堆 initandlisten 代码,然后在等待端口 27017 上的连接时挂起并写出 mem res:47 virt:171 mapped:80 connections:0。我是 Mongo 的新手,还没有找到关于为什么挂起以及如何修复它的明确答案。

最佳答案

如果你想在 Windows 下将 mongod.exe 进程作为服务运行(以避免它占用命令提示符),你应该遵循 MongoDB 2.6.0 的这些说明(2.6.0 有一个错误,正常方法是将 MongoDB 配置为服务)。

There is a known issue for MongoDB 2.6.0, SERVER-13515, which prevents the use of the instructions in this section. For MongoDB 2.6.0, use Manually Create a Windows Service for MongoDB to create a Windows Service for MongoDB instead.

http://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows/#manually-create-windows-service

对于 MongoDB 版本 2.6.1 及更高版本,请遵循正常说明:

http://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows/#configure-a-windows-service-for-mongodb

关于node.js - MongoDB 卡在 clientcursormon 上(等待端口 27017 上的连接),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24543595/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com