mysql describe all tables code example Example 1: mysql show all tables show tables; Example 2: describe table mysql DESCRIBE table_name;