DROP DATABASE IF EXISTS d6; CREATE DATABASE d6; SHOW DATABASES; Database information_schema d6 mtr mysql test USE DATABASE nond6; ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'DATABASE nond6' at line 1 DROP DATABASE d6; SHOW DATABASES; Database information_schema mtr mysql test