I want to select a blob col from one table, base64 encode it and insert it into another tables. Is there any way to do this without round tripping the data out of the DB and
If you need this for < 5.6, I tripped across this UDF which seems to work fine:
https://github.com/y-ken/mysql-udf-base64