Friday, 7 July 2017

Binary Data in MySQL

Question: How do I store binary data in MySQL?

Solution:  The basic answer is in a BLOB data type / attribute domain. BLOB is short for Binary Large Object and that column data type is specific for handling binary data.

No comments:

Post a Comment