Results 1 to 4 of 4

Thread: PHP + Mysql

  1. #1

    Thread Starter
    Fanatic Member Gimlin's Avatar
    Join Date
    Dec 2001
    Location
    Hell
    Posts
    734

    PHP + Mysql

    How do I make a Mysql cell have infinite (you know what I mean) in character length?

  2. #2
    scoutt
    Guest
    if I am not mistaken you can only go 255 characters.

  3. #3
    scoutt
    Guest
    I was mistaken

    anyway you are limited to how much you can hold.

    http://www.mysql.com/documentation/m...e_requirements

  4. #4

    Thread Starter
    Fanatic Member Gimlin's Avatar
    Join Date
    Dec 2001
    Location
    Hell
    Posts
    734
    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.

    Thanks, found what I was looking for

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width