SHOW COLUMNS from tablename;
/**table's full description*/ SHOW FULL COLUMNS FROM tablename;
DESCRIBE table_name; # To show table structure...
DESCRIBE my_table;