Show databases: It is used to display the list of all the databases in your MySQL. It is used in the following manner. show databases; Show Tables: It is display the of all the tables in the current database. Here's how to use it. show tables; The output above displays the list of the tables... Continue Reading →