Centos 下安裝MongoDB

來源:互聯網
上載者:User

標籤:style   blog   http   color   os   使用   strong   檔案   ar   

Centos 下安裝MongoDB

一、安裝方法

方法(一)

1  配置包管理系統

建立/etc/yum.repos.d/mongodb.repo 檔案,當然我們使用的是64位系統,32位的情況不再考慮。檔案內容為:

[mongodb]name=MongoDB Repositorybaseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/gpgcheck=0enabled=1 

 

2  安裝MongoDB包及關聯工具。

sudo yum install mongodb-org

 

方法(二)

1  如果安裝指定版本的mongodb,或者安裝到指定目錄下,可以自己手工下載mongodb程式,比如最新版本的mongodb程式為mongodb-linux-x86_64-2.6.4.tgz。
我這裡是先將安裝程式檔案下載到本機,再上傳到伺服器的。命令如下

scp mongodb-linux-x86_64-2.6.4.tar [email protected]:/home/tools

 

2  解壓程式

tar zxf mongodb-linux-x86_64-2.6.4.tar /home/mongodb/

 

3  mongodb預設資料庫檔案存放在/data/db下,如果使用預設,必須提前建立此檔案夾,並且擁有寫入的許可權;如果改變資料庫檔案的位置,可使用–dbpath選項指定位置,命令如下 : 

mongod --dbpath /home/databases/sdkstat

 

二、啟動

1   啟動mongodb

sudo service mongod start

 

2  停止mongodb

sudo service mongod stop

 

3  重啟mongodb 

sudo service mongod restart

 

 

 

 

官方安裝文檔:Install MongoDB on Red Hat Enterprise, CentOS, Fedora, or Amazon Linux

http://docs.mongodb.org/manual/tutorial/install-mongodb-on-red-hat-centos-or-fedora-linux/

 

Centos 下安裝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.