Answers for "mongodb socket exception"

-1

mongodb socket exception

// This a MacOS solution
//will give a list of active running apps
sudo lsof -iTCP -sTCP:LISTEN -n -P 

//see the PID no from the list we get above
sudo kill <mongo_command_pid>
Posted by: Guest on June-29-2020

Code answers related to "mongodb socket exception"

Browse Popular Code Answers by Language