exception in initAndListen: NonExistentPath: Data directory /data/db not found., terminating

版权声明:凡由本人原创,如有转载请注明出处https://me.csdn.net/qq_41424519,谢谢合作 https://blog.csdn.net/qq_41424519/article/details/84953168

mongod 没找到路径,解决办法:创立该路径:sudo mkdir /data/db/ -p

猜你喜欢

转载自blog.csdn.net/qq_41424519/article/details/84953168