1. 启动
# mongod
// 指定数据路径启动
# mongod --dbpath /data/db
2. 启动mongo shell
# mongo
3. shell 命令
1. show dbs
2. show collections
3. show users;
# mongod
// 指定数据路径启动
# mongod --dbpath /data/db
# mongo
1. show dbs
2. show collections
3. show users;