ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
[TOC] # 安装 mac 下安装: ``` brew tap mongodb/brew brew install mongodb-community brew services start mongodb-community ``` 其他请参考官网:[Run mongodb](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/#run-mongodb) 参考:[Installing-mongodb-with-homebrew](https://stackoverflow.com/questions/57856809/installing-mongodb-with-homebrew) ## 查看运行 ``` ps aux | grep -v grep | grep mongod ```