| Red Hat Docs > Manuals > Red Hat Database Manuals > |
Databases are destroyed with the command DROP DATABASE:
DROP DATABASE name |
You cannot execute the DROP DATABASE command while connected to the victim database.
For convenience, there is also a shell program to drop databases:
dropdb dbname |