05-06 00:02
Notice
Recent Posts
Recent Comments
관리 메뉴

Scientific Computing & Data Science

[MongoDB] Application / Execute MongoDB Server on Windows 본문

Data Science/MongoDB

[MongoDB] Application / Execute MongoDB Server on Windows

cinema4dr12 2014. 1. 20. 14:28

Written by cinema4d

1. Add the following in "Environment Path / System Variables" on your system

   %MONGODB_HOME%/bin  

2. Create "data\db" directory at any place you want, i.e. c:\mongdb\data\db.


3. Execute console using "cmd" command through "Windows key + R".


4. On your console type the following:

   mongod -dbpath [FULL PATH OF data/db]

   For instance, "mongod -dbpath c:\mongdb\data\db"


Comments