开发者

MySQL string option with unlimited character count?

I need to store huge amounts of text in a column of my MySQL d开发者_如何学编程atabase, but all of the types I've used so far are not big enough E.G. text, LongBlob, Longtext.

How can I store large amounts of characters in a column in a MySQL database, what type of column must I use?


if you can't shoehorn it into longtext, you can't do it. That being said, I cannot imagine you'd really want to do that. What sort of table is going to have multiple rows of 2GB chunks of text, and will be able to functionally use that for anything?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜