六狼论坛's Archiver
首页
›
NoSQL
› MongoDB学习(三)MongoDB shell 命令行的使用
archie2010
发表于 2012-10-24 23:31:33
MongoDB学习(三)MongoDB shell 命令行的使用
MongoDB学习(三)MongoDB shell 命令行的使用
<div class="postText">首先要启动MongoDB shell工具,即bin下的mongo.exe
常用shell命令如下:
1、查询本地所有数据库名称
> show dbs;
页:
[1]
查看完整版本:
MongoDB学习(三)MongoDB shell 命令行的使用