Skip to content

Instantly share code, notes, and snippets.

@phellipeandrade
Last active January 22, 2017 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phellipeandrade/0ffabd2b999deab45b50c46127cab481 to your computer and use it in GitHub Desktop.
Save phellipeandrade/0ffabd2b999deab45b50c46127cab481 to your computer and use it in GitHub Desktop.
MongoDB drop ALL databases - console
mongo --quiet --eval 'db.getMongo().getDBNames().forEach(function(i){db.getSiblingDB(i).dropDatabase()})'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment