install mongoDB (child process failed, exited with error number 100)

后端 未结 9 1387
梦谈多话
梦谈多话 2020-12-08 10:21

I tried to install mongoDB on my macbook air.

I\'ve downloaded zipped file from official website and extract that file and move to root directory. After that, under

9条回答
  •  一向
    一向 (楼主)
    2020-12-08 10:56

    Similar issue with the same error - I was trying to run the repair script sudo -u mongodb mongod -f /etc/mongodb.conf --repair

    Checked ps aux | grep mongo and see that the daemon was running. Stopped it and then the repair script run without an issue.

    Hope that could be helpful for someone else.

提交回复
热议问题