mysql show all table columns code example Example 1: show table columns mysql command line SHOW COLUMNS from tablename; Example 2: mysql show all tables show tables;