mongodb client installation in windows terminal

0

Why does not my client want to connect to my mongodb server by windows terminal?

    
asked by merwil vegas 04.08.2018 в 15:47
source

1 answer

0

I'll redirect you to an answer at Stackoverflow.com
link

The solution is found in the first comment

  

Write the command as follows in your Mongo / bin directory:

mongod --storageEngine=mmapv1 --dbpath [your-path]

The problem is not in the client that can not connect, but in the server that can not "boot".

Also as a suggestion, I would recommend (if there is no impediment) to connect with the Robo3T client of MongoDB is more interactive and does not have many variants with respect to the administration by console. Greetings.

    
answered by 04.08.2018 в 20:54