Character or String Data Types : String : Data Types MySQL TUTORIALS


MySQL TUTORIALS » Data Types » String »

 

Character or String Data Types


The storage that is needed for each type is determined by the length of the string.

String Types

Type Name Max Size
CHAR(X) 255 bytes
VARCHAR(X) 255 bytes
TINYTEXT 255 bytes
TINYBLOB 255 bytes
TEXT 65535 bytes
BLOB 65535 bytes
MEDIUMTEXT 1.6MB
MEDIUMBLOB 1.6MB
LONGTEXT 4.2GB
LONGBLOB 4.2GB





Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

MySQL TUTORIALS

 Navioo Data Types
» String