HomeMySQL How To Delete Database In MySQL byAnmol Garg -October 06, 2021 0 In this article we are going to learn how to remove the database in MySQL. If you don't know what is MySQL & How to create a database don't worry. Click here to study. Syntax- The word "drop" means delete. DROP DATABASE codewithanmol; Tags: MySQL Facebook Twitter