This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Description
I have problem running mongo. After starting mongodb service, commanding mongo would result:
Error: couldn't connect to server 127.0.0.1:27017 at src/mongo/shell/mongo.js:145
And running mongod would result:
ERROR: dbpath (/data/db/) does not exist.
After creating this directory and running sudo mongod, it would hangs on:
[websvr] admin web console waiting for connections on port 28017
any help?