MongoDB 删除database的语法格式如下:
db.dropDatabase()
删除当前database,默认为 test,尊敬的读者您可以使用 db 命令查看当前database name。
以下实例咱们删除了database liulianjiangcsdn。
首先,查看所有database:
> show dbs
admin 0.000GB
config 0.000GB
local 0.000GB
liulianjiangcsdn 0.000GB
接下来咱们切换到database liulianjiangcsdn:
> use liulianjiangcsdn
switched to db liulianjiangcsdn
>
执行删除命令:
> db.dropDatabase()
{ "dropped" : "liulianjiangcsdn", "ok" : 1 }
最后,咱们再通过 show dbs 命令database是否删除成功:
> show dbs
admin 0.000GB
config 0.000GB
local 0.000GB
集合删除语法格式如下:
db.collection.drop()
以下实例删除了 liulianjiangcsdn database中的集合 site:
> use liulianjiangcsdn
switched to db liulianjiangcsdn
> db.createCollection("liulianjiangcsdn") # 先创建集合,类似database中的表
> show tables # show collections 命令会更加准确点
liulianjiangcsdn
> db.liulianjiangcsdn.drop()
true
> show tables
>
第1章 MongoDB 教程 | 第2章 NoSQL 简介教程 |
---|---|
第3章 MongoDB 简介教程 | 第4章 Windows MongoDB教程 |
第5章 Linux MongoDB教程 | 第6章 OSX MongoDB教程 |
第7章 MongoDB 概念解析教程 | 第8章 MongoDB 连接教程 |
第9章 MongoDB 创建数据库教程 | 第10章 第10章 MongoDB 删除数据库教程教程 |
第11章 MongoDB 创建集合教程 | 第12章 MongoDB 删除集合教程 |
第13章 MongoDB 插入文档教程 | 第14章 MongoDB 更新文档教程 |
第15章 MongoDB 删除文档教程 | 第16章 MongoDB 查询文档教程 |
第17章 MongoDB 条件操作符教程 | 第18章 MongoDB $type 操作符教程 |
第19章 MongoDB Limit与Skip方法教程 | 第20章 MongoDB 排序教程 |
第21章 MongoDB 索引教程 | 第22章 MongoDB 聚合教程 |
第23章 MongoDB 复制(副本集)教程 | 第24章 MongoDB 分片教程 |
第25章 MongoDB 备份与恢复教程 | 第26章 MongoDB 监控教程 |
第27章 MongoDB Java教程 | 第28章 MongoDB PHP 扩展教程 |
第29章 MongoDB PHP教程 | 第30章 MongoDB PHP7教程 |
第31章 Node.js MongoDB教程 | 第32章 MongoDB 关系教程 |
第33章 MongoDB 数据库引用教程 | 第34章 MongoDB 覆盖索引查询教程 |
第35章 MongoDB 查询分析教程 | 第36章 MongoDB 原子操作教程 |
第37章 MongoDB 高级索引教程 | 第38章 MongoDB 索引限制教程 |
第39章 MongoDB ObjectId教程 | 第40章 MongoDB Map Reduce教程 |
第41章 MongoDB 全文检索教程 | 第42章 MongoDB 正则表达式教程 |
第43章 MongoDB 管理工具教程 | 第44章 MongoDB GridFS教程 |
第45章 MongoDB 固定集合教程 | 第46章 MongoDB 自动增长教程 |
本文有榴莲酱CSDN原创,欢迎点赞、转载,博客地址:https://blog.csdn.net/qq441540598
- 坚持的初衷,是想让自己更接近理想中的自己。不在于要比別人优秀,而在于让自己一天比一天好
- 珍惜时光,把握节奏,不负韶华。时间的流逝,看似不紧不慢,实则匆匆不复返。其实生活很吝啬,每一天都是限量版,要珍惜时间,不给人生留下遗憾。
- 如果有梦想,就追求吧,如果有希望,就努力吧;如果有机会,就把握吧;如果有目标,就奋进吧;如果有道路,就坚持吧。如果有幸福,就珍惜吧。
- 人的生命是有限的,可是为人民服务是无限的,我要把有限的生命投入无限的"为人民服务"之中去。
- 梦且短,惹人困。夜虽长,怜人伤。气常空,不相容。忆渐浓,莫相忘。