揮発性のメモ2

http://d.hatena.ne.jp/iww/

ERROR 1305 (42000): FUNCTION hogedb.TO_BASE64 does not exist

Server version: 5.1.73 Source distribution

mysql> select TO_BASE64("hello");
ERROR 1305 (42000): FUNCTION hogedb.TO_BASE64 does not exist

TO_BASE64(str)
この関数は、MySQL 5.6.1 で追加されました。

https://dev.mysql.com/doc/refman/5.6/ja/string-functions.html#function_to-base64