gpt4 book ai didi

windows - 无法在 Windows 上作为服务启动 Mongodb 2.6.3

转载 作者:可可西里 更新时间:2023-11-01 11:07:25 25 4
gpt4 key购买 nike

尝试在 widnows 7 x64 上安装并启动 mongodb 服务

mongod.cfg:

systemLog:
destination: file
path: "c:\\mongo\\logs\\mongo.log"
quiet: true
logAppend: true

storage:
dbPath: "C:\\mongo\\data"
directoryPerDB: true

这工作正常(mongodb 启动,写入 logs/mongo.log):

bin\mongod.exe --config mongod.cfg 

我安装服务:bin\mongod.exe --config mongod.cfg --install

但是在服务启动时我收到了一个警报:

Windows could not start the MongoDB service on Local Computer.

Error 1053: The service did not respond to the start or control request in a timely fashion.

日志文件中没有内容

尝试以纯格式配置:

logpath=c:\mongo\logs\mongo.log
logappend=true
dbpath=C:\mongo\data
directoryperdb=true

同样的结果

最佳答案

安装windows服务时必须使用配置文件的完整路径,例如:

bin\mongod.exe --config c:\mongo\mongod.cfg --install

关于windows - 无法在 Windows 上作为服务启动 Mongodb 2.6.3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24577569/

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