Run Mongo DB on Windows

After install mongo db. Go to bin directory in command line.

cd D:\Mongo\mongodb\bin

than execute this command

mongod –port 27017 –dbpath D:\Mongo\mongodb\data\db

Leave a Reply

Your email address will not be published. Required fields are marked *