用于存储电子邮件正文的MySql字段大小 [英] MySql field size for storing email body

查看:194
本文介绍了用于存储电子邮件正文的MySql字段大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将电子邮件正文的内容存储到MySql中. 正确的字段类型和大小是什么? varchar()可以提供足够的存储空间吗? 电子邮件正文的长度是否有限制?

I want to store contents of email body into MySql. What would the correct type&size of the field be? Can varchar() provide enough storage size? Is there a limitation in the email body's length?

谢谢.

推荐答案

您将需要使用blob或文本类型.电子邮件正文的长度没有限制.

You will need to use blob or text types. There is no limit on the length of an email body.

这篇关于用于存储电子邮件正文的MySql字段大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆