启动mongoDB服务时,出现以下异常 window不能再本地计算机启动MongoDB

https://blog.csdn.net/u010452388/article/details/83025770

http://t.zoukankan.com/jthb-p-4033700.html

 

设置自动启动

sc.exe create MongoDB binPath= "\"D:\software\Mong、bin\mongod.exe\" --service --config=\"D:\software\\mongo.config\"" DisplayName= "MongoDB" start= "auto"

posted on 2022-08-03 10:34  吴XX  阅读(96)  评论(0)    收藏  举报