Created
June 20, 2017 22:15
-
-
Save harshbaid/073d3bc6592dff652c8af6f543533247 to your computer and use it in GitHub Desktop.
Install MongoDB as Windows Service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mongod --dbpath=D:\mongodb --logpath=D:\mongodb\log.txt --install | |
| REM Reference link: <http://stackoverflow.com/questions/2438055/how-to-run-mongodb-as-windows-service> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment