-1

im trying to connect with mongodb but its not showing waiting for connection on port 27017. I need the localhost!

enter image description here

Ayush Gupta
  • 8,716
  • 8
  • 59
  • 92
SwiftiSwift
  • 7,528
  • 9
  • 56
  • 96

1 Answers1

0

I solved this issue by writing this sudo mkdir -p /data/db and then mongod then this sudo chmod -R go+w /data/db

SwiftiSwift
  • 7,528
  • 9
  • 56
  • 96