You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 4, 2025. It is now read-only.
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?