Search code examples
phpmysqligbinary

store binary data mysql


I want to store igbinary binary serialize data into MySQL. To improve performance is better to use TEXT or BLOB, or etc.


Solution

  • When I need to store binary data I always use VARBINARY format.

    You can find documentation here

    If you are asking what are advantagese, please look here