archie2010 发表于 2013-1-4 02:24:57

MongoDB学习(三)MongoDB shell 命令行的使用

MongoDB学习(三)MongoDB shell 命令行的使用

    <div class="postText"><div id="cnblogs_post_body">首先要启动MongoDB shell工具,即bin下的mongo.exe
常用shell命令如下:
1、查询本地所有数据库名称
<div class="cnblogs_code">> show dbs;
页: [1]
查看完整版本: MongoDB学习(三)MongoDB shell 命令行的使用