9 lines
540 B
HTML
9 lines
540 B
HTML
|
|
<!--# set var="title" value="MySQL base64 functions" -->
|
|||
|
|
<!--# set var="date" value="March 15, 2006" -->
|
|||
|
|
|
|||
|
|
<!--# 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. You’ll need MySQL 5.0.19/5.1.8 if you don’t 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" -->
|