让mongodb在windows下作为服务启动
Posted Moucong
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了让mongodb在windows下作为服务启动相关的知识,希望对你有一定的参考价值。
1. Add directory logs in root directory of portal;
2. Add logs in .gitignore;
3. Run command prompt as administrator;
4. Run commands: mongod -dbpath=D:\Projects\MongoDB\data -logpath=D:\Projects\MongoDB\logs\mongodb.log –install;
5. Press Win+R, input services.msc, find MongoDB, right click & start;
PS. Operate services in command prompt:
1. net start mongodb
2. net stop mongodb
3. sc delete mongodb
以上是关于让mongodb在windows下作为服务启动的主要内容,如果未能解决你的问题,请参考以下文章