2
votes

i'm trying to execute: i'm following this GitHub

mysql> CREATE FUNCTION sys_exec RETURNS INT SONAME 'lib_mysqludf_sys.dll';

on MYSQL CLI. But getting this error.

ERROR 1126 (HY000): Can't open shared library 'lib_mysqludf_sys.dll' (errno: 126) The specified module could not be found.)

MYSQL CLI but lib_mysqludf_sys.dll is present at default installation location

C:\Program Files\MySQL\MySQL Server 5.6\lib\plugin

i have to call restful web service url from UDF on trigger in MYSQL. i'm using windows 8 64bit, MYSQL 5.6

i already googled it and all available similar questions on stackoverflow i.e Possible similar question but no luck.

any suggestions? thanks in advance.

1

1 Answers

0
votes

You may not be exporting your endpoint.

May be you can find something here on this link for UDF development that you might be missing something at some step https://github.com/esabilbulbul/mysql-udf-windows