美文网首页
MongoDB入门

MongoDB入门

作者: 躁动的中年大叔 | 来源:发表于2020-01-05 15:23 被阅读0次

    1. 启动

    # mongod
    
    // 指定数据路径启动
    # mongod --dbpath /data/db
    

    2. 启动mongo shell

    # mongo 
    

    3. shell 命令

    1. show dbs
    2. show collections
    3. show users;
    

    相关文章

      网友评论

          本文标题:MongoDB入门

          本文链接:https://www.haomeiwen.com/subject/uhzqactx.html