Win下MongoDB 常用命令


创建MongoDB服务

sc.exe create MongoDB binPath= "\"D:\MongoDB\Server\3.4\bin\mongod.exe\" --service --config=\"D:\MongoDB\conf\mongod.cfg\"" DisplayName= "MongoDB" start= "auto"

删除服务

sc.exe delete MongoDB

启动服务

net start MongoDB

停止服务

net stop MongoDB

声明:初心|版权所有,违者必究|如未注明,均为原创|本网站采用BY-NC-SA协议进行授权

转载:转载请注明原文链接 - Win下MongoDB 常用命令


愿你勿忘初心,并从一而终