📜  安装 mongodb - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:09.337000             🧑  作者: Mango

代码示例4
brew services stop mongodb
brew uninstall homebrew/core/mongodb

brew tap mongodb/brew
brew install mongodb-community
brew services start mongodb-community