Re: "text" field too small to store html page source?

2014-11-19 Thread thufir
On Tue, 18 Nov 2014 13:09:25 +, 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 > wrote: > > >> Am 18.11.2014 um 10:48 schrieb thufir: >> > I'm trying to store a web page to table "pages

Re: "text" field too small to store html page source?

2014-11-18 Thread Daniel Rios Couto
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 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). W

Re: "text" field too small to store html page source?

2014-11-18 Thread Reindl Harald
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 signat

"text" field too small to store html page source?

2014-11-18 Thread 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? When running my java application, the MySQL errors are as so: run: [java] [EL Info]: 2014-11-