Created
November 7, 2016 08:44
-
-
Save dineshsprabu/105d040543b32259739ba58048d3ccb6 to your computer and use it in GitHub Desktop.
[Mongodb] Starting MongoDB as a service with wiredTiger, default DBPath and LogPath
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
sudo mongod --dbpath="/var/lib/mongodb" --fork --logpath /var/log/mongodb.log --storageEngine "wiredTiger" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment