編集:brew services start mongodb
を使用する必要があります 、Gergoの答えのように...
mongodbをインストール/アップグレードすると、brewが何をすべきかを教えてくれます:
ログイン時にmongodbを起動するには:
ln -sfv /usr/local/opt/mongodb/*.plist ~/Library/LaunchAgents
次に、mongodbを今すぐロードします:
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist
または、launchctlが必要ない/必要ない場合は、次を実行できます:
mongod
完璧に機能します。