Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 228 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 228 Bytes

lib_mysqludf_skeleton

Installation

 ./configure
 make
 sudo make install
 sudo make installdb

To remove the library from your system:

 make uninstalldb
 make uninstall