![](https://secure.gravatar.com/avatar/33fb5c08359d9d82c9358b7775aab4b9.jpg?s=120&d=mm&r=g)
31 Jan
2015
31 Jan
'15
10:10 p.m.
at mariadb i think we don't have binary problems, check: create table a9 SELECT COLUMN_JSON(COLUMN_CREATE('name', UNHEX('C1C2C3C4C5C6'))) as b show create table a9: CREATE TABLE `a9` ( `b` longblob <- binary ) ENGINE=MyISAM DEFAULT CHARSET=utf8 <- charset ok