Answers for "cmd command to start mongodb in windows"

2

open mongodb in cmd

1) Go to MongoDB bin folder:
		C:Program FilesMongoDBServer3.2bin
2) Enter command mongod
		By default, mongodb server will start at port 27017
Posted by: Guest on April-28-2021

Code answers related to "cmd command to start mongodb in windows"

Browse Popular Code Answers by Language