, abc_folder 65535 TEXT BLOBS.
65535 - , 16- . :
, InnoDB 65535 , MySQL 65 535 :
mysql> CREATE TABLE t (a VARCHAR(8000), b VARCHAR(10000),
-> c VARCHAR(10000), d VARCHAR(10000), e VARCHAR(10000),
-> f VARCHAR(10000), g VARCHAR(10000)) ENGINE=InnoDB;
ERROR 1118 (42000): Row size too large. The maximum row size for the
used table type, not counting BLOBs, is 65535. You have to change some
columns to TEXT or BLOBs
, MySQL MySQL, , 16- .
, VARCHAR (5000) TEXT .
TEXT, 5000 , . substr .
INSERT INTO abc_folder (lev10) VALUES (SUBSTR('Some Text',0, 5000))