美文网首页
mac install bare mongodb shell

mac install bare mongodb shell

作者: 邪恶的奥伯伦 | 来源:发表于2020-07-28 15:14 被阅读0次

    You can use HomeBrew, see the official MongoDB HomeBrew page.

    Just add the tap:

    brew tap mongodb/brew
    

    And then after adding the tap from above, you can then install the Mongo shell with:

    brew install mongodb-community-shell
    

    If also need MongoDB server

    brew install mongodb-community
    

    相关文章

      网友评论

          本文标题:mac install bare mongodb shell

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