On Tue, 18 Nov 2014 13:09:25 +0000, Daniel Rios Couto wrote:

> You could try MEDIUMTEXT (16mb) or LONGTEXT (4gb) for a very large
> text...
> On Tue Nov 18 2014 at 7:39:11 AM Reindl Harald <h.rei...@thelounge.net>
> wrote:
> 
> 
>> Am 18.11.2014 um 10:48 schrieb thufir:
>> > I'm trying to store a web page to table "pages" (whether or not
>> > that's a good idea for a separate thread, please).  What would be a
>> > suitable type for the field which stores the actual page source?
>>
>> text = 64 KB including all spaces and meta chars
>>
>>

Yes, MEDIUMTEXT did the trick.  Seems excessive, but works.

-thufir



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql

Reply via email to