Skip to main content

Posts

Showing posts with the label How to Delete Database in MySql - Terminal

How to Delete Database in MySql - Terminal

How to Delete Database in MySql - Terminal DROP DATABASE mydb; This 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.