how to view list of tables in a database in mysql code example Example: list mysql tables and views SHOW TABLES; -- With type TABLE or VIEW SHOW FULL TABLES;