Bug #18861 Add base64_encode, base64_decode functions
Submitted: 6 Apr 2006 18:00 Modified: 23 Sep 2013 16:49
Reporter: Roberto Spadim (Basic Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: DML Severity:S4 (Feature request)
Version:ANY OS:Any (ANY)
Assigned to: CPU Architecture:Any
Tags: functions, qc

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[6 Apr 2006 18:11] Roberto Spadim
AN VERY OLD IMPLEMENTATION OF BASE64 FOR MYSQL

Attachment: mysql-udf-base64.c (text/x-csrc), 6.94 KiB.

[18 Nov 2010 14:41] Daniel Smith
BASE64_DECODE and BASE64_ENCODE implementation

Attachment: base64.sql (application/octet-stream, text), 4.80 KiB.