切換/ 建立資料庫
>use yourdb;
當建立乙個集合(table ) 的時候會自動建立當前資料庫
show dbs;//查詢所有資料庫
show collections //查詢所有的collection
(表)
show users //查詢搜尋所有的使用者
db.adduser("username", "pwd123", true);//
新增乙個資料庫使用者
db.auth("username", "123123");//
資料庫認證、安全模式
db.dropdatabase();//
刪除當前正在使用的資料庫
db.repairdatabase() //修復當前資料庫
db.getname(); //檢視當前使用的資料庫
db.version();//檢視mongodb
的版本
db.getmongo();//檢視當前db
連線機器的位址
db.createcollection建立乙個聚集集合(table
)
db.getcollectionnames();//
得到當前db
的所有聚集集合
db.printcollectionstats()//
顯示當前db
所有聚集索引的狀態
新增,修改,刪除collection
db.order.insert();//新增的資料的資料列,沒有固定,根據新增的資料為準
db.order.update(,},false,true)// update order set id=0 where id=6 and name=』a』
db.order.remove() //delete from order where id=6
shell 命令 Unix Linu命令 2
這裡是一篇文字 beautifierplugin error unable to handle bash syntax.泰安永佳塑料 xiaoli 泰安永佳塑料 xiaoli 揚州唐城車燈廠,xiaoli 汕頭市魯班裝飾設計工程 方少雄 瀋陽中模技術開發 張弘 瀋陽希望第一小學,王老師 寧波萬力達集...
Mongodb 常用命令2
1 把乙個collection裡面的資料複製到另乙個collection中,比如category集合中資料備份到category clone中 db.category.find foreach function x 2 批量插入資料 python insert list dict1 dict2 db...
Shell指令碼基本命令2
1.echo輸出 語法 echo string 用途 產生shell指令碼的輸出 echo的轉義序列 a 警示字元,通常是asii的bel字元 b 退格 c 輸出中忽略最後的換行字元,這個引數之後的任何字元,包括接下來的引數,都會被忽略掉 f 清楚螢幕 n 換行 r 回車 t 水平製表符 v 垂直製...