Answers for "mongodb Failed to connect to 127.0.0.1:27017"

0

Error: couldn't connect to server 127.0.0.1:27017, connection attempt failed

systemctl enable  mongod
systemctl start  mongod

#reboot your machine

mongo
Posted by: Guest on May-28-2021

Code answers related to "mongodb Failed to connect to 127.0.0.1:27017"

Browse Popular Code Answers by Language