Mongod: Command Not Found (OS X)

前端 未结 9 971
情深已故
情深已故 2020-12-14 17:08

I am trying to test MongoDB and I have it all downloaded and moved into the root folder. I can navigate to the folder that holds the mongod, but when I try to run it by typi

9条回答
  •  無奈伤痛
    2020-12-14 17:50

    This worked for me:

    1. brew tap mongodb/brew
    2. brew install mongodb-community@4.2
    3. mongod

    https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/

提交回复
热议问题