CentOS 6.8 安裝mongodb資料庫

來源:互聯網
上載者:User

標籤:建立   bin   local   重新命名   使用者   環境   inf   $path   ODB   

環境 CentOS6.8,mongodb4.0.1

1 下載mongodb包 官網地址

切換至/usr/local/src目錄

[[email protected] src]# wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel62-4.0.1.tgz

2 解壓mongodb包

[[email protected] src]# tar -zxvf mongodb-linux-x86_64-rhel62-4.0.1.tgz// 重新命名[[email protected] src]# mv mongodb-linux-x86_64-rhel62-4.0.1 mongodb

3 設定檔

進入mongodb目錄,首先建立data/db,data/logs檔案夾

[[email protected] mongodb]# mkdir data/db[[email protected] mongodb]# mkdir data/logs

進入bin目錄,建立mongodb.conf檔案

// mongodb.conf不存在就建立檔案,存在就開啟編輯[[email protected] bin]# vi mongodb.conf

編輯mongodb.conf檔案如下儲存

dbpath = /usr/local/src/mongodb/data/dblogpath = /usr/local/src/mongodb/data/logs/mongodb.logport=27017fork=true

4 測試

在bin目錄下執行./mongod --config mongodb.conf啟動mongodb
輸入./mongo進入mongodb控制台

5 開機啟動,編輯/etc/rc.d/rc.local檔案,然後重啟系統

// 最後添加/usr/local/src/mongodb/bin/mongod --config mongodb.conf

6 環境變數,編輯目前使用者.bash_profile檔案,

// 最後添加export MONGODB_HOME=/usr/local/src/mongodb/binexport PATH=$MONGODB_HOME:$PATH

CentOS 6.8 安裝mongodb資料庫

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.