#Install MongoDB tutorial?

7 messages · Page 1 of 1 (latest)

timid iron
#

Can someone link me to a tutorial to installation of MongoDB for cultivation/grasscutter? It has two options of Service installatons.

timid iron
#

What's the difference between those two options?

muted gate
# timid iron 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"

muted gate
#

Please don't forget to confirm if your issue has been solved; don't stay silent.

timid iron
#

Solved