程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> DB2數據庫 >> DB2教程 >> mongodb常用shell

mongodb常用shell

編輯:DB2教程

mongodb常用shell


> use mongo_test //創建數據庫

switched to db mongo_test

> db.createCollection("test") //創建表 就是集合

{ "ok" : 1 }

> db.

db.addUser( db.group(

db.adminCommand( db.groupcmd(

db.auth( db.groupeval(

db.changeUserPassword( db.hasOwnProperty(

db.cloneCollection( db.help(

db.cloneDatabase( db.hostInfo(

db.commandHelp( db.isMaster(

db.constructor db.killOP(

db.copyDatabase( db.killOp(

db.createCollection( db.listCommands(

db.createRole( db.loadServerScripts(

db.createUser( db.logout(

db.currentOP( db.printCollectionStats(

db.currentOp( db.printReplicationInfo(

db.dbEval( db.printShardingStatus(

db.dropAllRoles( db.printSlaveReplicationInfo(

db.dropAllUsers( db.propertyIsEnumerable(

db.dropDatabase( db.prototype

db.dropRole( db.removeUser(

db.dropUser( db.repairDatabase(

db.eval( db.resetError(

db.forceError( db.revokePrivilegesFromRole(

db.fsyncLock( db.revokeRolesFromRole(

db.fsyncUnlock( db.revokeRolesFromUser(

db.getCollection( db.runCommand(

db.getCollectionNames( db.serverBits(

db.getLastError( db.serverBuildInfo(

db.getLastErrorCmd( db.serverCmdLineOpts(

db.getLastErrorObj( db.serverStatus(

db.getMongo( db.setProfilingLevel(

db.getName( db.setSlaveOk(

db.getPrevError( db.setWriteConcern(

db.getProfilingLevel( db.shutdownServer(

db.getProfilingStatus( db.stats(

db.getReplicationInfo( db.system.indexes

db.getRole( db.test

db.getRoles( db.toLocaleString(

db.getSiblingDB( db.toString(

db.getSisterDB( db.tojson(

db.getSlaveOk( db.unsetWriteConcern(

db.getUser( db.updateRole(



db.getUsers( db.updateUser(

db.getWriteConcern( db.upgradeCheck(

db.grantPrivilegesToRole( db.upgradeCheckAllDBs(

db.grantRolesToRole( db.valueOf(

db.grantRolesToUser( db.version(

 

以上是常用shell

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved