Answers for "how to close mongodb serve"

1

How to stop MongoDB in Linux

sudo systemctl stop mongod

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

exit mongodb

// In db shell
use adim
db.shutdownServer()
Posted by: Guest on September-22-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language