/udf_webshell-get

MySQL UDF skeleton project

Primary LanguageShellGNU Lesser General Public License v2.1LGPL-2.1

lib_mysqludf_skeleton

Installation

 ./configure
 make
 sudo make install
 sudo make installdb

To remove the library from your system:

 make uninstalldb
 make uninstall