# run the following on your MySQL CLI mysql> CREATE DATABASE testdb; mysql> SHOW CREATE DATABASE testdb; mysql> USE testdb; #Database changed