Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

168
Visualizações
MongoDB is not registering as service in services.msc

I have tried to install and uninstall 3-4 times to identify my problems. Every time after successful installation of mongoDB, it stops service and gets me an error when I try to connect from the local server[connect ECONNREFUSED 127.0.0.1:27017] and I get a message from windows windows security alerts after this setting, MongoDB is removed from services.msc. I have checked both options one by one and also checked both of these from the control panel but still every time my problem is same.

Update: I have tried to set path also as variable.

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

The .msi does not work so well. Better create a config file like this

# Where and how to store data.
storage:
  dbPath: C:\MongoDB\data\mongod

# where to write logging data.
systemLog:
  destination: file
  logAppend: true
  path:  C:\MongoDB\log\mongod.log

# network interfaces
net:
  port: 27017
  bindIpAll: true

processManagement:
  windowsService:
    serviceName: MongoDB
    displayName: MongoDB
    description: MongoDB Server - Standalone DB

security:
  authorization: enabled

and then install the service like this

mongod.exe --config "c:\MongoDB\config\mongod.cfg" --install

You need to run this command as Administrator. Then the service should start automatically at boot time.

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda