[MongoDB]win7安裝mongodb

來源:互聯網
上載者:User
win7下安裝mongodb 系統內容:win7 64位元據庫:mongodb-win32-i386-v2.4第一步當然是下載http://www.mongodb.org/downloads第二步解壓 mongodb-win32-i386-v2.4-latest.zip例如解壓到  D:\installsofts\mongodb第三步 設定環境變數把$MongoDB\bin 設定到系統的環境變數path中第四步:設定檔配置建立檔案mongo.config 在解壓的主目錄下 例如這裡D:\installsofts\mongodb 填寫如下內容
##store data here  定義一個data檔案夾用來存放資料dbpath=D:\devsofts\mongodata ##all output go here 定義一個存放log檔案的位置logpath=D:\devsofts\mongolog\mongo.log ##log read and write operationsdiaglog=3
這些路徑如果不指定,將會在c盤下,這顯然不太好管理。第五步:安裝啟動MongoDB Server 在cmd下使用 D:\installsofts\mongodb\bin>mongod.exe --config D:\installsofts\mongodb\mongo.config  --install.....Sat Jun 08 17:26:10.713 Service can be started from the command line with 'net start MongoDB'接著啟動服務:D:\installsofts\mongodb\bin>net start MongoDBMongo DB 服務正在啟動 .Mongo DB 服務已經啟動成功。第六步:D:\installsofts\mongodb\bin>mongo登陸mongodb的shell環境關閉服務:net stop MongoDB刪除服務: D:\installsofts\mongodb\bin>mongod.exe --remove當我們在去看data 和log 目錄的時候 已經有新的檔案產生了。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.