NicheHow
—
by
DROP DATABASE mydb; This is the database drop command is. Make sure you are logged in the MySQL server MySQL -u -root -p and then run the database drop command to delete MySQL database using the terminal.
DROP DATABASE mydb;
MySQL -u -root -p