MongoDB on a Windows 7 machine: No connection could be made

I got the same error and fixed it with:

1) mkdir c:\data

2) cd data

3) mongod -dbpath .

4) Now in another command window I was able to connect from my client using the mongo command.

Leave a Comment