According to MySQL, a text column holds 65,535 bytes.
So if this a legitimate boundary then will it actually only fit about 32k UTF-8 characters, right? Or is this one of those “fuzzy” boundaries where the guys that wrote the docs can’t tell characters from bytes and it will actually allow ~64k UTF-8 characters if set to something like utf8_general_ci?
A
textcolumn can be up to65,535bytes.An
utf-8character can be up to 3 bytes.So… your actual limit can be
21,844characters.See the manual for more info: http://dev.mysql.com/doc/refman/5.1/en/string-type-overview.html