MongoDB 各种命令

来源:互联网 发布:医学英文写作软件 编辑:程序博客网 时间:2024/06/07 06:03


mongodb 删除数据库
use test;
db.dropDatabase();
 
mongodb删除表
db.mytable.drop();

原创粉丝点击