how show tables in mysql code example
Example 1: mysql command show tables
SHOW TABLES;
Example 2: mysql show tables in database
show tables;
Example 3: mysql command show tables
mysql -u user -p
SHOW TABLES;
show tables;
mysql -u user -p