Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to access mongo shell

Download official mongodb to from mongodb.com

To check if server is running: sudo systemctl status mongod
To start local server enter:   sudo systemctl start mongod
To stop the local server:  sudo systemctl stop mongod
To reload the local server: sudo systemctl daemon-reload
 
PREVIOUS NEXT
Tagged: #access #mongo #shell
ADD COMMENT
Topic
Name
3+7 =