Today session is delete or drop database on your computer which use to your own software development.Please follow the steps as below.
(01). Open MySQL console
(02). Type Command,
DROP DATABASE new_database ;
If you delete database properly, you can see massage as this.
** Make sure that,you can view databases using show databases command which i taught the previous lesson.