From bb47f81071077f75868da48b8775fbf02f4ededb Mon Sep 17 00:00:00 2001 From: biny08 Date: Thu, 6 Mar 2014 16:21:45 +0300 Subject: [PATCH] Update install-mongodb-on-windows.txt --- source/tutorial/install-mongodb-on-windows.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/tutorial/install-mongodb-on-windows.txt b/source/tutorial/install-mongodb-on-windows.txt index 98851e37595..2a15b87970e 100644 --- a/source/tutorial/install-mongodb-on-windows.txt +++ b/source/tutorial/install-mongodb-on-windows.txt @@ -98,6 +98,8 @@ Create this folder using the :guilabel:`Command Prompt`. Go to the You can specify an alternate path for data files using the :option:`--dbpath ` option to :program:`mongod.exe`. +E.g: If you create the data folder/directory in C:\mongodb +C:\mongodb\bin\mongod.exe -dbpath=C:\mongodb\data\db Start MongoDB ~~~~~~~~~~~~~