1: 2: 3: 4:
SELECT COLUMN_COMMENT FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'DBNAME' AND TABLE_NAME = 'tableName';