#启动mongo命令
/data/liudi/mongodb/bin/mongo --port 27010

#显示数据库
show dbs;

#使用tps_live数据库
use tps_live;

#显示对象
show tables;

#删除liveVo对象集中的数据
db.liveVo.remove({});

相关文章:

  • 2021-12-04
  • 2022-12-23
  • 2021-07-09
  • 2021-11-14
  • 2022-12-23
  • 2022-02-24
  • 2022-12-23
  • 2021-07-26
猜你喜欢
  • 2022-03-04
  • 2021-06-10
  • 2021-10-01
  • 2022-12-23
  • 2022-02-28
  • 2022-01-19
  • 2021-05-02
相关资源
相似解决方案