Installed mongodb 3.2.16 on ubuntu 16.04 and configured to start automatically but left connection hanging when issuing mongo
from the terminal. Previous access works fine.
$ mongo
MongoDB shell version: 3.2.16
connecting to: test
Accessing http://localhost:27017
works fine. Also checked if mongod
is running using top
and it's there.