I installed mongodb as it suggests on the official website (*), I started the service, but when I tried to use the mongo command on the terminal the following error was returned:
2014-09-17T10:22:29.328-0300 warning: Failed to connect to 127.0.0.1:27017, reason: errno:111 Connection refused
2014-09-17T10:22:29.329-0300 Error: couldn't connect to server 127.0.0.1:27017 (127.0.0.1), connection attempt failed at src/mongo/shell/mongo.js:146
exception: connect failed
Can anyone help me with some solution?