/* display version of MySQL you are using */
SELECT VERSION();

/* display all databases */
SHOW DATABASES;