Answers for "Could not connect to 127.0.0.1:27017"

0

Error: couldn't connect to server 127.0.0.1:27017, connection attempt failed: SocketException: Error connecting to 127.0.0.1:27017 :: caused by :: Connection refused :

sudo service mongodb start
Posted by: Guest on January-11-2021
1

Error: couldn't connect to server 127.0.0.1:27017, connection attempt failed: SocketException: Error connecting to 127.0.0.1:27017 :: caused by :: Connection refused

//macos
brew services start mongodb-community
Posted by: Guest on June-20-2021

Code answers related to "Could not connect to 127.0.0.1:27017"

Browse Popular Code Answers by Language