mysql> SHOW COLUMNS FROM database_name. table_name; -- OR mysql> SHOW COLUMNS FROM table_name IN database_name;