How do I remove a MySQL database? October 25, 2022 by Tarik From the MySQL prompt: mysql> drop database <db_name>;