目前只安裝了兩個版本
3.0.12
3.2.9
發現兩個都無法使用--fork參數
報錯訊息:
Error parsing INI config file: unrecognised option 'fork'
try 'mongod --help ' for more information
於是mongod --help之後,列出的一大竄裡根本就沒有--fork。
是不是現在的版本不支援--fork參數了
怪我咯2017-05-02 09:24:30
剛剛找了一個2.4.5版本的,一樣無法使用--fork參數。
似乎windows不支援--fork參數,解決方案是使用--install安裝windows服務。The command --fork only works for Linux/Unix. If you need --fork for
running mongod in background, on Windows that can be achieved by
--installing mongod as a service. When on service. When option toinstalling。 install mongodb service, the --dbpath and --logpath are required. In
my case, I need use administrator command console to install the
service.
mongodb.conf檔
cmd管理員權限啟動伺服器