Learn some basic commands for world's most popular MySQL database.
mysql -u [username] -p: This command is used to log in to a MySQL server using a specific username and password.
SHOW DATABASES;: This command displays a list of all the databases on the MySQL server.