May 16, 2024
First connect with you mysql cli. Then run the "use <db_name>" command to select the desired database. Then run the command "show tables" to view all existing tables in the database. If you want to see the content of the desired table then run the command "select * from table_name".