“DOLLHE MONGO MONGO” Respostas de código

DOLLHE MONGO MONGO

// First show what databases have you gotten 
show dbs
// then, use the database name that you want to drop
use YOUR_DATABASE_NAME
// now you can drop it
db.dropDatabase()
// show collections should be empty now
show collections
Ghaith Alzin

soltar a linha de comando mongodb do banco de dados

mongo <dbname> --eval "db.dropDatabase()"
Batman

Respostas semelhantes a “DOLLHE MONGO MONGO”

Perguntas semelhantes a “DOLLHE MONGO MONGO”

Procure respostas de código populares por idioma

Procurar outros idiomas de código