TINYTEXT, TEXT, MEDIUMTEXT, and LONGTEXT maximum storage sizes
Asked 07 September, 2021
Viewed 1.2K times
  • 59
Votes

Per the MySQL docs, there are four TEXT types:

  1. TINYTEXT
  2. TEXT
  3. MEDIUMTEXT
  4. LONGTEXT

What is the maximum length that I can store in a column of each data type assuming the character encoding is UTF-8?

4 Answer