You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chloe Sun edited this page Nov 1, 2018
·
6 revisions
Current MongoDB version 3.4.7.0
By default when Mongo was installed it expects to have a directory created at C:\data\db where it will store collections. However, when you first fire up Mongo the chances are that it is not there. Please create it.
Create database and log directories
Invoke the following command in the Command Interpreter to create these directories:
md "\data\db" "\data\log"
Start your MongoDB database.
From Command Interpreter: