Showing how to check for databases in your mysql database and how to select and use the database you want to use. Once you have selected the database, use sql command to check for tables that exist within that database. Once table is selected show the contents of that table using sql command - select * from tablename-