Software >> Services >> RDBMS >> MySQL >> How to drop a database

 

mysql -uroot -ppassword

mysql> drop database dbname;