Skip to content

Instantly share code, notes, and snippets.

@fabiocicerchia
Created August 31, 2012 23:19
Show Gist options
  • Save fabiocicerchia/3560894 to your computer and use it in GitHub Desktop.
Save fabiocicerchia/3560894 to your computer and use it in GitHub Desktop.
MongoDB - Drop database using command line
mongo <DB> --eval 'db.dropDatabase();'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment