English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Detailed Installation Tutorial of MongoDB Windows Unzipped Version

Create the following directories

Unzip the MongoDB compressed package into the MongoDB directory

Create the data directory under mongodata to store data; create the log directory to store logs

Enter the command in cmd:

D:\mongo\mongodb\bin\mongod.exe --dbpath "D:\mongo\mongodata\data" --logpath "D:\mongo\mongodata\log\MongoDB.log" --install --serviceName "mongo" --logappend --directoryperdb

Run

The above is the detailed installation tutorial of MongoDB Windows decompression version introduced by the editor, hoping it will be helpful to everyone. If you have any questions, please leave a message, and the editor will reply to everyone in time. Here we also want to express our heartfelt thanks to everyone for their support of the NiaoA tutorial website!

You May Also Like