How to Delete Database in MySql – Terminal May 20, 2018 by Tech Monk 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. Related Posts MySQL Tutorial: Create Database, Table, & Insert Valueshttps://youtu.be/0Jvo6XD2bGY Hello World!! In this tiny MySQL Tutorial video, I demonstrate how to create a… MySQL is not recognized as an internal or external commandI assume that you already have installed MySQL on your Windows operating system and you… MySQL SELECT DISTINCT & CONCAT Query with ExampleI am using MySQL 8 and was trying to query SELECT DISTINCT with CONCAT on…