There is a problem with the mongodb installation service, please ask for help~
天蓬老师
天蓬老师 2017-05-02 09:25:43
0
2
582

As shown in the picture, when entering the installation service command, no message indicating that the service was successfully created appears. . . How to solve it?

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(2)
大家讲道理

1. Check for any flaws in the method you are currently using and check the relevant log files;

2. In addition, try to use the following method (executed as an administrator) to create a service on the Windows operating system:

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

After the creation is completed, you can find that the MongoDB service is included in the service.

For reference.

Love MongoDB! Have Fun!

習慣沉默

See that the error already exists in mongodb.log. Clean it up first. Reinstalling.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template