MONGODB the ZIP installation

After decompression, mongodb folder then
the new data folder, then the data folder
new db, log folder

In mongodb, New mongod.cfg profile

systemLog:
    destination: file
    path: i:\mongodb\data\log\mongod.log
storage:
    dbPath: i:\mongodb\data\db

The administrator then open the CMD, input

i:\mongodb\bin\mongod.exe --config i:\mongodb\mongod.cfg --install

You can use the net start mongodb

Published an original article · won praise 0 · Views 12

Guess you like

Origin blog.csdn.net/weixin_45808716/article/details/104877071
Recommended