base64 encode in MySQL

I was looking for the same thing and I’ve just seen that MySQL 5.6 has a couple of new string functions supporting this functionality: TO_BASE64 and FROM_BASE64.

Leave a Comment