I am working on nodejs application with mongodb. It was working fine but after the server restart and some config change, my mongodb is not working.
I reverted the nodejs changes back to original but still facing the same issue.
I tried following
MongoDB shell version: 3.2.17
connecting to: test
> show dbs
Warning 0.000GB
local 0.000GB
> db
test
> use profit
switched to db profit
> db
profit
> show collections
> show dbs
Warning 0.000GB
local 0.000GB
but all dbs and it's collection are not showing up.I have restarted mongodb services as well.Can anyone please help.
Thanks, J