To create a database in MySQL, we must use the "CREATE DATABASE" statement:
We can check if a database is already created by listing all databases in your system by using the "SHOW DATABASES"statement:
('information_scheme',) ('mydatabase',) ('performance_schema',) ('sys',)