im trying to connect with mongodb but its not showing waiting for connection on port 27017
. I need the localhost!
Asked
Active
Viewed 121 times
-1

Ayush Gupta
- 8,716
- 8
- 59
- 92

SwiftiSwift
- 7,528
- 9
- 56
- 96
-
It says right there: `data directory /data/db not found` – Ayush Gupta Oct 13 '18 at 14:20
-
Possible duplicate of [Mongod complains that there is no /data/db folder](https://stackoverflow.com/questions/7948789/mongod-complains-that-there-is-no-data-db-folder) – Ayush Gupta Oct 13 '18 at 14:21
-
its working now omg, thank you – SwiftiSwift Oct 13 '18 at 14:56
1 Answers
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