網頁

2016年10月20日 星期四

Mongodb 安裝


安裝版本 : Version 3.2.9
安裝平台 : Server 2008 64bit 

  • 安裝方式 
    • unzip binary files (不利用 msi 介面安裝) : msiexec.exe /q /i mongodb-win32-x86_64-2008plus-ssl-3.2.9-signed.msi INSTALLLOCATION="D:\mongo\" ADDLOCAL="all"

  • 自動啟動
    • sc.exe create MongoDB binPath= "D:\mongo\bin\mongod.exe --service --config=\"D:\mongo\mongod.cfg\"" DisplayName= "MongoDB" start= "auto"

  •  移除自動啟動的方式
    •  sc.exe delete MongoDB
  • mongodb 啟動/停止指令 
    • MongoDB start / stop

 相關連結
  1. Install MongoDB Community Edition on Windows

沒有留言:

張貼留言