Live2D 看板娘 / Demo

MongoDB 命令

查看所有数据库
show dbs

使用某一个数据库
use local

查看这个数据库下的所有集合
show collections

查看这个数据库下的所有数据
db.startup_log.find()

 

posted @ 2016-11-28 11:46  MChuang  阅读(128)  评论(0编辑  收藏  举报