Skip to content

Instantly share code, notes, and snippets.

@Tanvir-rahman
Created July 26, 2018 18:51
Show Gist options
  • Save Tanvir-rahman/cbc73e5bbfab47a0b90c58b73f68d3f8 to your computer and use it in GitHub Desktop.
Save Tanvir-rahman/cbc73e5bbfab47a0b90c58b73f68d3f8 to your computer and use it in GitHub Desktop.
MongoDB for windows
After complete installation
1) mongod --dbpath "C:\data\db" --logpath "C:\data\mongod.log" --install --serviceName "MongoDB"
2) net start MongoDB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment