Syntax:
DROP DATABASE <database>
SHOW DATABASES; CREATE DATABASE myDatabase; SHOW DATABASES; drop database myDatabase; SHOW DATABASES;