phpbar.de logo

Mailinglisten-Archive

Feldgroesse

Feldgroesse

Wolfgang Hauck wbh at euta.net
Die Jul 15 16:43:51 CEST 2003


>Hallo,

>ich habe ein Problem: In ein Text- oder Blob-Feld kann ich offenbar 
nur
>64KB reinschreiben.

>Gibt es ein Feld, welches mehr Daten aufnehmen kann bzw. kann ich 
die
>Größe von Text oder Blob erhöhen?!

>Ich will es nur Testhalber wissen; da ich gerade ein wenig mit 
(seeehr
>langen) Texten und ganzen HTML-Seiten jongliere die ich in eine DB
>bekommen will.

Hi Thomas,

TINYBLOB
TINYTEXT
A BLOB or TEXT column with a maximum length of 255 (2^8 - 1) 
characters. See section 6.5.3.1 Silent Column Specification Changes. 
See section 6.2.3.2 The BLOB and TEXT Types.
BLOB
TEXT
A BLOB or TEXT column with a maximum length of 65535 (2^16 - 1) 
characters. See section 6.5.3.1 Silent Column Specification Changes. 
See section 6.2.3.2 The BLOB and TEXT Types.
MEDIUMBLOB
MEDIUMTEXT
A BLOB or TEXT column with a maximum length of 16777215 (2^24 - 1) 
characters. See section 6.5.3.1 Silent Column Specification Changes. 
See section 6.2.3.2 The BLOB and TEXT Types.
LONGBLOB
LONGTEXT
A BLOB or TEXT column with a maximum length of 4294967295 (2^32 - 1) 
characters. See section 6.5.3.1 Silent Column Specification 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. See section 6.2.3.2 
The BLOB and TEXT Types.

siehe:

http://www.mysql.com/doc/en/Column_types.html

Ist wirklich schwer zu finden, hab drei Jahre dazu gebraucht... ;-)

MfG Wolfgang




-- 
Infos zur Mailingliste, zur Teilnahme und zum An- und Abmelden unter
-->>  http://www.4t2.com/mysql 


php::bar PHP Wiki   -   Listenarchive