MySQL base64 functions

This commit is contained in:
Ian Gulliver
2019-04-21 17:40:03 +00:00
parent 97470f42cf
commit 0d8c20ea7e
5 changed files with 191 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<!--# set var="title" value="MySQL base64 functions" -->
<!--# set var="date" value="March 15, 2006" -->
<!--# include file="include/top.html" -->
This one hardly seemed worth a project page. MySQL lacks base64 encode/decode functions, and I needed them, so [here](files/base64.sql) they are in procedural SQL. Youll need MySQL 5.0.19/5.1.8 if you dont want it to segfault under you when you run them ([bug #16887](http://bugs.mysql.com/bug.php?id=16887)).
<!--# include file="include/bottom.html" -->

View File

@@ -39,6 +39,7 @@
1. 2009-Sep-11: [Confusing BIND with CNAMEs](2009-09-11-confusing-bind-with-cnames.html)
1. 2009-Feb-19: [The odd case of my mugging](2019-02-19-the-odd-case-of-my-mugging.html)
1. 2009-Feb-03: [5-packet TCP connection?](2009-02-03-5-packet-tcp-connection.html)
1. 2006-Mar-15: [MySQL base64 functions](2006-03-15-mysql-base64-functions.html)
1. 2006-Mar-03: [Mail relaying with NetSuite](2006-03-03-mail-relaying-with-netsuite.html)
1. 2006-Mar-02: [udev is your friend](2006-03-02-udev-is-your-friend.html)
1. 2006-Mar-02: [Why is my directory empty and large?](2006-03-02-why-is-my-directory-empty-and-large.html)