#Install MongoDB tutorial?
7 messages · Page 1 of 1 (latest)
What's the difference between those two options?
The difference between a network service and a local service :
Running MongoDB as a network service means that your service will have permission to access the network with the same credentials as the computer you are using. Running MongoDB locally will run the service without network connectivity.
Running MongoDB as a service gives you some flexibility with how you can run and deploy MongoDB. For example, you can have MongoDB run at startup and restart on failures. If you don't set MongoDB up as a service, you will have to run the MongoDB server every time.
So, because you are a beginner, when you installing MongoDb, chosee option 'Run service as network service user"
Please don't forget to confirm if your issue has been solved; don't stay silent.
Solved