Hi!
Is it true that VARCHAR
type in mysql only suppory 255 characters data length?
if it is true what kind of datatype for UTF8 strings is useful for long texts? I'm using utf8_persian_ci
datatype.
Note that TEXT datatype have problem with utf8_persian_ci
.