标签:路径 数据库 x86_64 HERE sof verify 默认 sig 访问
环境:win10;时间:2019-11-17
mongodb-win32-x86_64-2008plus-ssl-3.2.4-signed.msi
D:\here_Soft\here_MongoDB
D:\here_Soft\here_MongoDB\bin
mongod
data/db
logs/mongodb.log
etc/mongodb.conf
,填写配置内容dbpath=D:\here_Soft\here_MongoDB\data\db #数据库路径
logpath=D:\here_Soft\here_MongoDB\logs\mongodb.log #日志输出文件路径
logappend=true #错误日志采用追加模式,配置这个选项后mongodb的日志会追加到现有的日志文件,而不是重新创建一个新文件
journal=true #启用日志文件,默认启用
mongod --config "D:\here_Soft\here_MongoDB\etc\mongodb.conf"
mongod.exe --dbpath=D:\here_Soft\here_MongoDB\data --logpath=D:\here_Soft\here_MongoDB\logs\mongodb.log --install --serviceName "MongoDB"
net start MongoDB
标签:路径 数据库 x86_64 HERE sof verify 默认 sig 访问
原文地址:https://www.cnblogs.com/KevinTseng/p/11877553.html