show list of tables in mysql code example
Example 1: mysql show all tables
show tables;
Example 2: mysql command show tables
SHOW TABLES;
Example 3: list mysql tables and views
SHOW TABLES;
-- With type TABLE or VIEW
SHOW FULL TABLES;
Example 4: mysql command show tables
mysql -u user -p