Forums / National / Turkish / Eski Konular / Cevap yazma sorunu

n0fx
#11027 2009-04-04 19:31
bunu zaten sen limitlemiyorsun mysql'in default limitleri bunlar. text yerine longtext kullanırsan sorun çözülcektir.

MySQL Manual:
TEXT:
A TEXT column with a maximum length of 65535 (2^16 - 1) characters. See Silent column changes.

MEDIUMTEXT:
A TEXT column with a maximum length of 16777215 (2^24 - 1) characters. See Silent column changes.

LONGTEXT:
A TEXT column with a maximum length of 4294967295 (2^32 - 1) characters. See Silent column changes. Note that because the server/client protocol and MyISAM tables has currently a limit of 16M per communication packet / table row, you can't yet use this the whole range of this type.
https://www.ultima-strike.com