From: "shaj " <[EMAIL PROTECTED]>

> Can any one tell me what is the text limitation for mySQL??


The limitation for the TEXT datatype?

>From http://www.mysql.com/doc/B/L/BLOB.html:
"The maximum size of a BLOB or TEXT object is determined by its type, but
the largest value you can actually transmit between the client and server is
determined by the amount of available memory and the size of the
communications buffers. You can change the message buffer size, but you must
do so on both the server and client ends."

Looks like you'll only be limited by the machine(s) you're running the
INSERT on.



--
denonymous
www.coldcircuit.net
denonymous.ne.mediaone.net



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to