Which command shows the list of database in MySQL?
show databases;
Reason — The SHOW DATABASES; command lists all the databases managed by the MySQL server.
SHOW DATABASES;