SHOW DATABASES;
CREATE DATABASE IF NOT EXISTS <database>;
DROP DATABASE IF EXISTS <database>;
USE <database>;