|
-
Apr 1st, 2002, 09:27 AM
#1
Thread Starter
Fanatic Member
PHP + Mysql
How do I make a Mysql cell have infinite (you know what I mean) in character length?
-
Apr 1st, 2002, 03:06 PM
#2
if I am not mistaken you can only go 255 characters.
-
Apr 1st, 2002, 03:47 PM
#3
I was mistaken 
anyway you are limited to how much you can hold.
http://www.mysql.com/documentation/m...e_requirements
-
Apr 1st, 2002, 07:12 PM
#4
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|