Quando tentei re-inicializar o mongodb teve esse erro
Quando tentei re-inicializar o mongodb teve esse erro
Heveraldo,
O meu MongoDb funcionou normal, mas olhei na teia para ver se tinha alguma dica para você e achei isso:
Windows cannot start MongoDB service, error 1053
solve
Delete service
sc delete MongoDB
Reload the configuration file mongod.conf and enter the command:
mongod --install -f “C:\Program Files\MongoDB\Server\3.6\mongod.conf”
Start the service and solve
net start mongodb
https://www.programmersought.com/article/53461549805/
Espero que ajude.
[]'s,
Fabio I.