How to Display list of databases on a MySQL?

If you want to display the list of databases in a MySQL server, you can use the command ‘show databases’.

How to Display list of databases on a MySQL?

show databases;
%d