Mongodb Connection string

775 views Asked by At

I am new to mongoDB and I have a lot of difficulty with connection strings.

I want to connect to python, so I need a connection string. I came up with this :

mongodb://root:pass@localhost/Voice

And I get

 read ECONNRESET

While installing, I installed MongoDB as a service, if that matters. And "Voice" is the name of the database.

Please help

0

There are 0 answers