mysql - MySQL 中的二进制数据

标签 mysql database binary-data data-storage

如何在 MySQL 中存储二进制数据?

最佳答案

phpguy 的回答是正确的,但我认为那里的附加细节有很多困惑。

基本答案在 BLOB 数据类型/属性域中。 BLOB 是 Binary Large Object 的缩写,该列数据类型专门用于处理二进制数据。

the relevant manual page for MySQL .

关于mysql - MySQL 中的二进制数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17/

相关文章:

javascript - 使用 JS/TS 从二进制字符串创建并下载 PDF 文件

WCF 序列化单元测试和此 XmlWriter 不支持 base64 编码数据。我应该使用什么 Writer?

mysql - 如何在grails executeupdate中使用mysql时间函数

mysql - 从多行 MYSQL 中获取 1 行

php - 上传顶部有空白单元格的 CSV 文件时出现未定义偏移错误

sql - 事务处理 SQL : Display two SUM() from differents tables?

c# - 解析 C# bootp 服务器的二进制数据?

mysql - 如何从 WooCommerce 中的 Webhook 获取客户的变量

database - [RuntimeException : No EntityManager bound to this thread. Try to annotate your action method with @play.db.jpa.Transactional]

java - 在H2中使用 'FILE_LOCK=NO'安全吗?