91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

MongoDB 常用的命令

發布時間:2020-06-21 15:48:25 來源:網絡 閱讀:324 作者:冷暖己知 欄目:數據庫

如果想查看當前連接在哪個數據庫下面,可以直接輸入db

> db
Admin

想切換到test數據庫下面

> use test
switched to db test
> db

Test想查看test下有哪些表或者叫collection,可以輸入

> show collections

system.indexes

user想知道mongodb支持哪些命令,可以直接輸入help

 

 

> help
HELP
show dbs  show database names
show collections  show collections in current database
show users  show users in current database
show profile  show most recent system.profile entries with time >= 1ms
use <db name>  set curent database to <db name>
db.help()  help on DB methods
db.foo.help()  help on collection methods
db.foo.find()  list objects in collection foo
db.foo.find( { a : 1 } )  list objects in foo where a == 1
it  result of the last line evaluated; use to further iterate

如果想知道當前數據庫支持哪些方法:

> db.help();
DB methods:
db.addUser(username, password) 添加數據庫授權用戶
db.auth(username, password)  訪問認證
db.cloneDatabase(fromhost) 克隆數據庫
db.commandHelp(name) returns the help for the command
db.copyDatabase(fromdb, todb, fromhost)  復制數據庫
db.createCollection(name, { size : ..., capped : ..., max : ... } ) 創建表
db.currentOp() displays the current operation in the db
db.dropDatabase()  刪除當前數據庫
db.eval_r(func, args) run code server-side
db.getCollection(cname) same as db['cname'] or db.cname
db.getCollectionNames()  獲取當前數據庫的表名
db.getLastError() - just returns the err msg string
db.getLastErrorObj() - return full status object
db.getMongo() get the server connection object
db.getMongo().setSlaveOk() allow this connection to read from the nonmaster member of a replica pair
db.getName()
db.getPrevError()
db.getProfilingLevel()
db.getReplicationInfo()
db.getSisterDB(name) get the db at the same server as this onew
db.killOp() kills the current operation in the db
db.printCollectionStats()  打印各表的狀態信息
db.printReplicationInfo()  打印主數據庫的復制狀態信息
db.printSlaveReplicationInfo()  打印從數據庫的復制狀態信息
db.printShardingStatus()  打印分片狀態信息
db.removeUser(username) 刪除數據庫用戶
db.repairDatabase() 修復數據庫
db.resetError()
db.runCommand(cmdObj) run a database command.  if cmdObj is a string, turns it into { cmdObj : 1 }
db.setProfilingLevel(level) 0=off 1=slow 2=all
db.shutdownServer()
db.version() current version of the server


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

平泉县| 千阳县| 灯塔市| 商都县| 辽宁省| 麻城市| 东安县| 德庆县| 弋阳县| 霍邱县| 曲阳县| 台中市| 洪江市| 邹城市| 滨海县| 汽车| 岳阳县| 锡林浩特市| 灌南县| 酉阳| 遂昌县| 平南县| 孟连| 繁昌县| 越西县| 黑龙江省| 江陵县| 万宁市| 凤翔县| 铜川市| 呈贡县| 志丹县| 民乐县| 遵化市| 乐东| 海晏县| 富顺县| 田阳县| 丹阳市| 延川县| 舞钢市|