Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in SQL by (47.6k points)

How can I set up MongoDB so it can run as a Windows service?

1 Answer

0 votes
by (106k points)

To run MongoDB as a Windows service you should run it with the --install command line switch, it installs it as a Windows Service.

mongod --install

It might be worth reading this thread first though. There seem to be some problems with relative/absolute paths when the relevant registry key gets written.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
2 answers

Browse Categories

...