芯が強い人になるESTJ-A

# MongoDB数据库搭建--2020

默认分类 Tags: 无标签 阅读: 280

github:地址
https://github.com/mongodb/homebrew-brew
第一步:
brew tap mongodb/brew

社区免费版:
$ brew install mongodb-community

启动
$ brew services start mongodb-community

停止
$ brew services stop mongodb-community