mongodb启动时,ERROR: child process failed, exited with error number 1

问题:mongodb启动时报错,

about to fork child process, waiting until server is ready for connections.

forked process: 2474

ERROR: child process failed, exited with error number 1


解决方案:1.你在配置文件中配置的dbpath路径的目录没有创建,因此创建配置的dbpath的工作目录全目录即可。

  2.你指定的mongodb的工作目录不存在。检查你指定的mongodb工作目录是否存在,不存在进行创建即可。



希望能够帮助到你!

你可能感兴趣的:(mongodb启动时,ERROR: child process failed, exited with error number 1)