2015年9月8日 星期二

mysql UDF

The MySQL Infusion UDF is a functionality enhancement for MySQL. It provides a variety of new string, math and aggregate functions.


Answered on stackoverflow. You need libmysqlclient-dev (libmariadbclient-dev) package for mysql_config and required header files.

aptitude install git build-essential libmysqlclient-dev

To install MySQL Infusion UDF:
git clone https://github.com/infusion/udf_infusion.git
cd udf_infusion
./configure
make
sudo make install
mysql <options> < load.sql

沒有留言:

張貼留言