mongo官方企業版安裝及資料庫授權使用

2021-10-01 21:26:32 字數 2026 閱讀 4926

通過安裝.deb包的方式,系統是ubuntu 16.04

1. import the public key used by the package management system.(匯入包管理系統所使用的公鑰。)

sudo apt-key adv --keyserver hkp: --recv 9da31620334bd75d9dcb49f368818c72e52529d4

2. create a/etc/apt/sources.list.d/mongodb-enterprise.listfile for mongodb.(為mongodb建立乙個/etc/apt/sources.list.d/mongodb-enterprise.list 檔案)【我的是ubuntu 16.04】

echo "deb [ arch=amd64,arm64,ppc64el,s390x ] xenial/mongodb-enterprise/4.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list

3. reload local package database.(過載本地包資料庫)
sudo apt-get update

4. install the mongodb enterprise packages.(安裝mongodb企業版包)
sudo apt-get install -y mongodb-enterprise

5.

pin a specific version of 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

啟動mongod 伺服器

mongod

停止monogd伺服器

mongod --shutdown

連線mongod伺服器

mongo

對固定資料庫進行授權

先以 mongod的方式啟動服務

use rgc #進入到rgc資料庫

db.createuser(]}) #新增擁有rgc資料庫讀寫許可權的使用者

再以 mongod --auth重啟服務

db.auth('rgc','dfdf') #進行授權,返回1 的話,說明成功認證,有對db:'rgc'的讀寫許可權

配置檔案位置:/etc/mongod.conf

可以通過 mongod -f /etc/mongod.conf 執行服務

matplotlib 企業版安裝

一 安裝python2.7 cmd執行 命令 python mpip install u pippython mpip install u matplotlib 會在python目錄下生成 二 試試 importmatplotlib.pyplotasplt importmatplotlib.anim...

SQL Server 2008 企業版安裝

此 中包含了x86 x64 ia64 三種cpu模式的安裝程式。版本號為 10.0.1600.22 安裝序列號 開發版 developer pttfm x467g p7rh2 3q6cg 4dmyb 企業版 enterprise jd8y6 hqg69 p9h84 xdtpg 34mbb 安裝環境為...

Delphi 2007企業版安裝指南

delphi 2007企業版安裝指南 引用0a98a3729f236dd98d5fb3b0a289af63 setup.exe 0a98a3729f236dd98d5fb3b0a289af63 注 不用註冊了已經有更好的方法了,參見下文!注 頻寬有限,限20人 雙線程!悄悄進村,打搶的不要!二 安裝...