MongoDB維護(hù)基本命令
目前成都創(chuàng)新互聯(lián)已為近1000家的企業(yè)提供了網(wǎng)站建設(shè)、域名、虛擬空間、網(wǎng)站托管維護(hù)、企業(yè)網(wǎng)站設(shè)計(jì)、博望網(wǎng)站維護(hù)等服務(wù),公司將堅(jiān)持客戶導(dǎo)向、應(yīng)用為本的策略,正道將秉承"和諧、參與、激情"的文化,與客戶和合作伙伴齊心協(xié)力一起成長(zhǎng),共同發(fā)展。
user管理命令適用在2.*版本3.*有些改動(dòng)
1.查看詳細(xì)分片信息
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.查看集群相關(guān)信息
mongos>db.serverStatus()
4.數(shù)據(jù)庫(kù)用戶及數(shù)據(jù)庫(kù)信息
mongos> show dbs;
admin 0.016GB
config 0.016GB
testdb 0.156GB
mongos> use ttdb \\創(chuàng)建數(shù)據(jù)庫(kù)
switched to db ttdb
mongos> db.addUser('tt','123456') \\為數(shù)據(jù)庫(kù)添加用戶名和密碼
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 \\未使用用戶密碼登錄數(shù)據(jù)庫(kù),報(bào)沒(méi)有權(quán)限錯(cuò)誤
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 \\查看當(dāng)前所使用的數(shù)據(jù)庫(kù)
ttdb
mongos> db.auth('tt','123456')
1 \1代表驗(yàn)證成功
mongos>show collections
mongos> use ttdb
switched to db ttdb
mongos> show collections
mongos> db.dropDatabase(); \\刪除數(shù)據(jù)庫(kù)
{ "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() \\查看當(dāng)前數(shù)據(jù)庫(kù)的用戶
mongos> use ttdb
switched to db ttdb
mongos> db.dropUser("sa") \\刪除數(shù)據(jù)庫(kù)用戶
true
>use ttdb
>db.table1.stats(); \\查看表的狀態(tài)
db.addUser("tx","tx",ture); \\添加只讀的數(shù)據(jù)庫(kù)用戶
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
} \\創(chuàng)建集合會(huì)報(bào)錯(cuò)
5. balancer (復(fù)制相關(guān))
mongos> use config
switched to db config
mongos> sh.getBalancerState(); \\查看進(jìn)程狀態(tài)
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
網(wǎng)頁(yè)名稱:mongodb基本命令
網(wǎng)頁(yè)網(wǎng)址:http://www.rwnh.cn/article44/ghdghe.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站維護(hù)、云服務(wù)器、定制網(wǎng)站、企業(yè)建站、Google、網(wǎng)站收錄
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)