Listing Existing Tables in a Database with SHOW TABLES
mysql> mysql> mysql> SHOW TABLES; +----------------+ | Tables_in_test | +----------------+ | tt | +----------------+ 1 row in set (0.00 sec) mysql> mysql>