Rezal wrote:

> hello,
> i got a really long text to put in mysql
> n when i use longtext field, it isnt enuff
>
> Can u help me pls ??
>
> thx in advance
> feroze

Sheesh! Over 4 GB in a single row? That doesn't make much sense.
Why not store the text in a file on the filesystem instead?

And just a point that struck me; if one has got large objects in a database
and want to use it (for instance, for some web application), one's better
off storing just a link to the file instead of storing the whole nine yards in
the database.

Cheers,
Markus

--
Markus Lervik
UNIX-administrator with a kungfoo grip
Vaasa City Library - Regional Library


---------------------------------------------------------------------
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