Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用 Java 创建的字节数组。它代表某个文件的内容。我不确切知道这个数组的最大大小。它可以是不同的尺寸。我想将它存储在mysql中。我应该在mysql中使用什么类型?
使用BLOB, medium blob,varbinary
BLOB
medium blob
varbinary
Mysql 为列选择正确的类型
用于varbinary在 MySQL 中存储任意长度的字节数组。
使用blob字段
blob
java 序列号
mysql 块