After executing this statement, MySQL returns a message to notify that the new database has been created successfully or not.
Displaying Databases
The SHOW DATABASES statement displays all databases in the MySQL database server. You can use the SHOW DATABASES statement to check the database that you’ve created or to see all the databases on the database server before you create a new database, for example: