安装服务命令
mongod --config "D:\Software\mongodb\mongodb.cfg" --install --serviceName "MongoDB"
删除服务命令
net stop MongoDB
sc MongoDB
或者
net stop MongoDB
mongod -remove MongoDB
安装服务命令
mongod --config "D:\Software\mongodb\mongodb.cfg" --install --serviceName "MongoDB"
删除服务命令
net stop MongoDB
sc MongoDB
或者
net stop MongoDB
mongod -remove MongoDB