Skip to content

Instantly share code, notes, and snippets.

@Hoang-Minh
Created June 19, 2019 07:41
Show Gist options
  • Save Hoang-Minh/bd11811ebb312f5aa817b27807185655 to your computer and use it in GitHub Desktop.
Save Hoang-Minh/bd11811ebb312f5aa817b27807185655 to your computer and use it in GitHub Desktop.
mongo db startup
@echo off
cd "C:\Program Files\MongoDB\Server\4.0\bin"
start mongod.exe
timeout 4
start mongo.exe
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment