MySQL 导出 BLOB 字段到文件

SELECT certificate
  INTO DUMPFILE '/tmp/certificate.bin'
  FROM identity
 WHERE id = 42;

编程技巧