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

后端 未结 11 1953
攒了一身酷
攒了一身酷 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:55

    I had this same issue, but mine was the system clock being off so my SSL cert was technically invalid. Changing to the current date and time worked date --set "

    "
    Only found this by looking at the mongodb log

提交回复
热议问题