Monday, January 17, 2011

Drop a MongoDB database from command line

mongo DB_NAME --eval 'db.dropDatabase();'

No comments:

Post a Comment