mehr als 255 zeichen in eine datenbank feld eingeben!

Gudy

Erfahrenes Mitglied
hi, sehe ich das richtig das man nur 255 zeichen in ein Feld einer Datenbank eingeben kann? was mach ich denn z.b. bei einem forum da sind es oft mehr als 255 zeichen?

THX
 
A BLOB is a binary large object that can hold a variable amount of data. The four BLOB types TINYBLOB, BLOB, MEDIUMBLOB, and LONGBLOB differ only in the maximum length of the values they can hold.
aus der mysql dokumentation...
und hier wie viel da reinpasst:
TINYBLOB, TINYTEXT L+1 bytes, where L < 2^8
BLOB, TEXT L+2 bytes, where L < 2^16
MEDIUMBLOB, MEDIUMTEXT L+3 bytes, where L < 2^24
LONGBLOB, LONGTEXT L+4 bytes, where L < 2^32
 

Neue Beiträge

Zurück