#啟動mongo命令/data/liudi/mongodb/bin/mongo --port 27010 #顯示資料庫show dbs; #使用tps_live資料庫use tps_live; #顯示對象show tables; #刪除liveVo對象集中的數據db.liveVo.remove({} ...
#啟動mongo命令
/data/liudi/mongodb/bin/mongo --port 27010
#顯示資料庫
show dbs;
#使用tps_live資料庫
use tps_live;
#顯示對象
show tables;
#刪除liveVo對象集中的數據
db.liveVo.remove({});