parag / lib_mysqludf_skeleton

MySQL UDF skeleton project

Home Page:http://www.mysqludf.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UDF Repository for MySQL
lib_mysqludf_skeleton

-----------------------

-----------------------

To build:
 ./configure
 make && make install

To then load the functions:
 mysql -u root -p < installdb.sql

To remove the library from your system:
 mysql -u root -p < uninstalldb.sql
 make uninstall

About

MySQL UDF skeleton project

http://www.mysqludf.org

License:GNU Lesser General Public License v2.1


Languages

Language:Shell 97.9%Language:C++ 2.1%