--disable_warnings
DROP DATABASE IF EXISTS d4;
--enable_warnings
CREATE DATABASE d4;
SHOW DATABASES;
--error 1007
DROP DATABASE d4;