Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I wrote these two commads on the cmd

**C:\> cd \my_mongo_dir\bin C:\my_mongo_dir\bin mongod**  

then I opened the mongo.exe after downloading & unziping mongodb-win32-i386-2.0.4.zip
but also I found the this error !!:

Error: couldn't connect to server 127.0.0.1 shell/mongo.js:84  
exception: connect failed  
share|improve this question
This is a duplicate – JefClaes May 21 '12 at 14:01

1 Answer

Looks like mongod is not running. It should by default start on port 27017.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.