Answers for "how to kill mongodb"

1

How to stop MongoDB in Linux

sudo systemctl stop mongod

// @Zenonymous
Posted by: Guest on December-21-2021
0

kill mongo db locally

sudo pkill -f mongod
Posted by: Guest on September-25-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language