真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

ahjesus中怎么安裝mongodb

這篇文章將為大家詳細(xì)講解有關(guān)ahjesus中怎么安裝MongoDB,文章內(nèi)容質(zhì)量較高,因此小編分享給大家做個參考,希望大家閱讀完這篇文章后對相關(guān)知識有一定的了解。

成都創(chuàng)新互聯(lián)公司專注于烏蘭企業(yè)網(wǎng)站建設(shè),成都響應(yīng)式網(wǎng)站建設(shè)公司,商城網(wǎng)站建設(shè)。烏蘭網(wǎng)站建設(shè)公司,為烏蘭等地區(qū)提供建站服務(wù)。全流程定制網(wǎng)站開發(fā),專業(yè)設(shè)計,全程項目跟蹤,成都創(chuàng)新互聯(lián)公司專業(yè)和態(tài)度為您提供的服務(wù)

導(dǎo)入共匙

代碼如下:


sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10

創(chuàng)建源列表

代碼如下:


echo 'deb https://repo.mongodb.com/apt/ubuntu precise/mongodb-enterprise/stable multiverse' | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list

刷新包

代碼如下:


sudo apt-get update

安裝企業(yè)版

代碼如下:


sudo apt-get install mongodb-enterprise

防止意外升級到最新版,可以運行如下命令

代碼如下:


echo "mongodb-enterprise hold" | sudo dpkg --set-selections
echo "mongodb-enterprise-server hold" | sudo dpkg --set-selections
echo "mongodb-enterprise-shell hold" | sudo dpkg --set-selections
echo "mongodb-enterprise-mongos hold" | sudo dpkg --set-selections
echo "mongodb-enterprise-tools hold" | sudo dpkg --set-selections


啟動運行

代碼如下:


sudo /etc/init.d/mongod start

驗證啟動成功

驗證是否啟動成功可以到日志文件查看,具體位置在 /var/log/mongodb/mongod.log.

停止

代碼如下:


sudo /etc/init.d/mongod stop

重啟

代碼如下:


sudo /etc/init.d/mongod restart

附:update失敗 提示有一個舊項的解決辦法

更新源至國內(nèi)
我用的是阿里云的源
具體的操作是 vi /etc/apt/sources.list  在文件最前面添加以下條目(?。?!操作前請做好相應(yīng)備份!??!)

代碼如下:


deb http://mirrors.aliyun.com/ubuntu/ precise main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ precise-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ precise-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ precise-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ precise-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ precise main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ precise-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ precise-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ precise-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ precise-backports main restricted universe multiverse

關(guān)于ahjesus中怎么安裝mongodb就分享到這里了,希望以上內(nèi)容可以對大家有一定的幫助,可以學(xué)到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。


文章標(biāo)題:ahjesus中怎么安裝mongodb
網(wǎng)頁地址:http://weahome.cn/article/posede.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部