MongoDB: ERROR: child process failed, exited with error number 14

后端 未结 11 1967
攒了一身酷
攒了一身酷 2020-12-17 21:48

I run MongoDB on Mac:

Shave:mongodb_simple Logan$ ./bin/mongod -f conf/mongod.conf
about to fork child process, waiting until server is ready for connections         


        
11条回答
  •  爱一瞬间的悲伤
    2020-12-17 21:58

    It's because you haven't configured your mongod instance correctly in the config file that you passed to the -f option. Revisit your config file and make sure eveything is configured correctly.

提交回复
热议问题