The database Mongo DB Installation in windows 64 bit operating system is as follows.
step - 1
Download mongoDB community center.
step - 2
By default it will select community server.
step - 3
In the community server, select windows server 2008 R2 64-bit and later, with SSL support.
step - 4
Click on download.
step - 5
It will download windows installer.
step - 6
It will display mongoDB 3.2.7 2008R2Plus SSL (64 bit) Set wizard and click on next button.
step - 7
Check the box and click on next button.
step - 8
Select complete installation and click on next button.
step - 9
Click on install button then it will run MongoDB 3.2.7 2008R2Plus SSL(64 bits) setup.
step - 10
After the setup get installed click on next button.
step - 11
Click on Finish button.
step - 12
Set the path of the directory in the command prompt.
step - 13
All the MongoDB related files will be stored in the bin folder.
step - 14
After setting the MongoDB path the execution process get started and wait for the connections.
step - 15
Open another command prompt and set the path again.
step - 16
In the second command prompt after setting the path type Mongo, it will display the MongoDB shell version as 3.2.7 that connects to test db.
step - 17
Whatever the operation that performed in the MongoDB shell version in the second command prompt then it will automatically accepted its connection in the first command prompt.(i.e.,1 connection now open).
step - 18
The MongoDB Installation process has been successfully completed.
Summary
Key Points
MongoDB Installation : Perform the MongoDB Installation using two command prompts.
MongoDB Installation : The installation steps for mongoDB database in windows 64 bit operating system as been performed.