Hi, I guess I am confused as on how to use mongodb then. I have used it in my own amazon ec2 server and have no problem when I type mongo, but ...
in this server I try the following and it would not connect:
Prepending: .mongodb-linux-x86_64-2.2.0 (ok)
allelix> mongo
MongoDB shell version: 2.2.0
connecting to: test
Mon Oct 8 22:47:49 Error: couldn't connect to server
127.0.0.1:27017 src/mongo/shell/mongo.js:91
exception: connect failed
so i am not sure what to do or what could be the issue. maybe a firewall blocking issue?