Open your terminal and run mongo
Then run use databaseName
and change databaseName
to the real name of the database
Then run the following command:
db.dropDatabase()
Be careful when you delete the database, it can not be restored.
Open your terminal and run mongo
Then run use databaseName
and change databaseName
to the real name of the database
Then run the following command:
db.dropDatabase()
Be careful when you delete the database, it can not be restored.