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;
本文标题:MongoDB入门
本文链接:https://www.haomeiwen.com/subject/uhzqactx.html
网友评论