C:\mongodb\bin\mongod.exe --dbpath d:\test\mongodb\data
它给我一个错误,即无法识别切换dbpath
,当我检查其帮助时,我真的找不到此--dbpath
切换。
我犯错误的任何帮助?
答案 0 :(得分:0)
看起来是正确的,在我的系统(Windows 10)上,以下命令行可以设置为Windows服务。
C:\Program Files\MongoDB\Server\3.4\bin\mongod.exe --storageEngine wiredTiger --dbpath "C:\mongodata\db" --logpath "C:\mongodata\log\mongo.log" --serviceName yourname --serviceDisplayName "your description" --install
来自帮助:
C:\Program Files\MongoDB\Server\3.4\bin\mongod.exe -help
--dbpath arg directory for datafiles - defaults to \data\db\
which is D:\data\db\ based on the current
working drive