MariaDB + Adminer: View contents of blob column (mediumblob)

raw

example.sql

1
2
3
4
5
SELECT
  LENGTH(document),
  CONVERT((document) USING utf8)
FROM `mytable`
LIMIT 50
Christian Weiske Christian Weiske
owner

History