0

How can I run my mongo db service on windows 10

I have downloaded mongo db. tried coping data files in required directories . Whenever I try start mongodb service from task manager->services it shows windows could not start mongo db service.

Evaldas Buinauskas
  • 13,739
  • 11
  • 55
  • 107

2 Answers2

0

Here's the official documentation about how to install and run MonogDB in window. Link

Secondly this question is also asked before you can get help from here too.

Abdulhaq Shah
  • 542
  • 2
  • 15
0

If you already have installed MongoDB in your window OS and make sure you have set the environment variable for MongoDB.

To start MongoDB server - type 'mongod' in command prompt.

Start MongoDB server

To start client - type 'mongo' in command prompt.

Start MongoDB client