Mysql byte array storage

前端 未结 3 1356
情书的邮戳
情书的邮戳 2021-01-01 22:17

I have a byte array created in Java. It represents content of some file. I don\'t know exactly the maximum size of this array. It can be different sizes. I want to store it

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-01 22:50

    Use BLOB, medium blob , varbinary

    Mysql Choosing the Right Type for a Column

提交回复
热议问题