[thelist] simple PHP Mysql problem

Raul Beltran espiritudelvino at hotmail.com
Tue Oct 3 15:26:26 CDT 2000


---- Original Message -----
> But from what i have
> seen there is a 255 character limit. Is there a way
> around this? What am i missing?

>From the mysql manual:

TINYBLOB
TINYTEXT
    A BLOB or TEXT column with a maximum length of 255 (2^8 - 1) characters.
See section 7.7.1 Silent column specification changes.

BLOB
TEXT
    A BLOB or TEXT column with a maximum length of 65535 (2^16 - 1)
characters. See section 7.7.1 Silent column specification changes.

MEDIUMBLOB
MEDIUMTEXT
    A BLOB or TEXT column with a maximum length of 16777215 (2^24 - 1)
characters. See section 7.7.1 Silent column specification changes.

LONGBLOB
LONGTEXT
    A BLOB or TEXT column with a maximum length of 4294967295 (2^32 - 1)
characters. See section 7.7.1 Silent column specification changes.





More information about the thelist mailing list