免费观看又色又爽又黄的小说免费_美女福利视频国产片_亚洲欧美精品_美国一级大黄大色毛片

mongodb基本命令-創新互聯

Mongodb維護基本命令

成都創新互聯公司是一家集網站建設,沁水企業網站建設,沁水品牌網站建設,網站定制,沁水網站建設報價,網絡營銷,網絡優化,沁水網站推廣為一體的創新建站企業,幫助傳統企業提升企業形象加強企業競爭力。可充分滿足這一群體相比中小企業更為豐富、高端、多元的互聯網需求。同時我們時刻保持專業、時尚、前沿,時刻以成就客戶成長自我,堅持不斷學習、思考、沉淀、凈化自己,讓我們為更多的企業打造出實用型網站。

user管理命令適用在2.*版本3.*有些改動

1.查看詳細分片信息

mongos>sh.status()

---Sharding Status ---

 sharding version: {

      "_id" : 1,

      "version" : 4,

      "minCompatibleVersion" : 4,

      "currentVersion" : 5,

      "clusterId" :ObjectId("569c8e920d9b1cb4bbf4169a")

}

 shards:

      { "_id" : "shard1", "host" :"shard1/192.168.0.167:20200,192.168.0.25:20100" }

      { "_id" : "shard2", "host" :"shard2/192.168.0.167:20020,192.168.0.167:20030" }

      { "_id" : "shard3", "host" :"shard3/192.168.0.167:30003,192.168.0.25:30001" }

 databases:

      { "_id" : "admin", "partitioned" : false, "primary" : "config" }

      { "_id" : "test", "partitioned" : false, "primary" : "shard3" }

2.僅顯示分片

>useconfig;

>db.shards.find()

{"_id" : "shard1", "host" :"shard1/10.10.10.39:20100,10.10.10.49:20200" }

{"_id" : "shard2", "host" :"shard2/10.10.10.39:20010,10.10.10.49:20020" }

{"_id" : "shard3", "host" :"shard3/10.10.10.39:30001,10.10.10.49:30002" }

3.查看集群相關信息

mongos>db.serverStatus()

4.數據庫用戶及數據庫信息

mongos> show dbs;

admin  0.016GB

config 0.016GB

testdb 0.156GB

mongos> use ttdb       \\創建數據庫

switched to db ttdb

mongos> db.addUser('tt','123456') \\為數據庫添加用戶名和密碼

WARNING: The 'addUser' shell helper isDEPRECATED. Please use 'createUser' instead

Successfully added user: { "user": "tt", "roles" : [ "dbOwner" ] }

# /mnt1/data/mongodbtest/mongodb/bin/mongo 192.168.0.25:20001/ttdb

MongoDB shell version: 2.6.5

connecting to: 192.168.0.25:20001/ttdb

mongos> show collections      \\未使用用戶密碼登錄數據庫,報沒有權限錯誤

2016-01-18T17:42:27.981+0800 error: {

        "$err": "not authorized for query on ttdb.system.namespaces",

        "code": 13

} at src/mongo/shell/query.js:131

mongos> db              \\查看當前所使用的數據庫

ttdb

mongos> db.auth('tt','123456')

1             \1代表驗證成功

mongos>show collections

mongos> use ttdb

switched to db ttdb

mongos> show collections

mongos> db.dropDatabase();     \\刪除數據庫

{ "dropped" : "ttdb","ok" : 1 }

mongos> use admin

switched to db admin

mongos> show dbs;

admin  0.016GB

config 0.016GB

mongos> use admin

mongos> db.system.users.find()   \\查看當前數據庫的用戶

mongos> use ttdb

switched to db ttdb

mongos> db.dropUser("sa")     \\刪除數據庫用戶

true

>use ttdb

>db.table1.stats();        \\查看表的狀態

db.addUser("tx","tx",ture);    \\添加只讀的數據庫用戶

2016-01-26T16:16:26.153+0800ReferenceError: ture is not defined

mongos> db.addUser("tx","tx",true);

WARNING: The 'addUser' shell helper isDEPRECATED. Please use 'createUser' instead

Successfully added user: { "user": "tx", "roles" : [ "read" ] }

mongos>db.createCollection("Account")

{

        "ok": 0,

        "errmsg": "not authorized on ttdb to execute command { create:\"Account\" }",

        "code": 13

}                  \\創建集合會報錯

5. balancer(復制相關)

mongos> use config

switched to db config

mongos> sh.getBalancerState();   \\查看進程狀態

true

mongos> sh.stopBalancer();

Waiting for active hosts...

Waiting for the balancer lock...

Waiting again for active hosts afterbalancer is off...

mongos> sh.getBalancerState();

false

mongos> sh.startBalancer();

mongos> sh.getBalancerState();

true

另外有需要云服務器可以了解下創新互聯cdcxhl.cn,海內外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業上云的綜合解決方案,具有“安全穩定、簡單易用、服務可用性高、性價比高”等特點與優勢,專為企業上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。

新聞名稱:mongodb基本命令-創新互聯
文章URL:http://m.newbst.com/article16/cepigg.html

成都網站建設公司_創新互聯,為您提供品牌網站建設微信小程序軟件開發電子商務網站營銷App開發

廣告

聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯

網站托管運營