Mysql the string I saved is long. Do you want to set the length by using the text type?

how long is the general setting

Oct.30,2021

there is no need for
TINYTEXT 256 bytes
TEXT 65535 bytes ~ 64kb
MEDIUMTEXT 16777215 bytes ~ 16MB
LONGTEXT 4294967295 bytes ~ 4GB


text and blob do not need to specify the length, but be clear about the maximum length to see if it meets the capacity requirements. Both blob and text are subdivided into several types.

Menu