From:这里
MongoDB以Windows Service运行##
- 以Administrator身份打开CMD并输入以下命令
cd your\MongoDB\setup\path\bin
- 然后输入
mongod --logpath your\MongoDB\log\path\log_file_name.log --logappend --dbpath your\MongoDB\db\path\ --directoryperdb --serviceName MongoDB --install
- 启动 MongoDB服务:net start MongoDB
- 停止 MongoDB服务:net stop MongoDB
- 删除 MongoDB服务:sc delete MongoDB