Files
firestuff/2006-03-15-mysql-base64-functions.html
2019-04-25 02:45:09 +00:00

9 lines
536 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!--# set var="title" value="MySQL base64 functions" -->
<!--# set var="date" value="2006-03-15" -->
<!--# include file="include/top.html" -->
<p>This one hardly seemed worth a project page. MySQL lacks base64 encode/decode functions, and I needed them, so <a href="files/base64.sql">here</a> 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 (<a href="http://bugs.mysql.com/bug.php?id=16887">bug #16887</a>).</p>
<!--# include file="include/bottom.html" -->