Answers for "restart mongo db in ubuntu"

0

how to restart mongodb server in ubuntu

sudo systemctl restart mongodb
# it will restarts running mongodb server
Posted by: Guest on December-06-2020
0

How to restart MongoDB in Linux

sudo systemctl restart mongod

# @Zenonymous
Posted by: Guest on December-21-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language