
October 30th, 2012, 09:54 AM
|
|
Registered User
|
|
Join Date: Oct 2012
Posts: 1
Time spent in forums: 26 m 49 sec
Reputation Power: 0
|
|
|
Mysql UDF errno 193
Hey guys i have created UDF function myTest (SONAME 'TestUDF.dll') on one machine, but when I try to create it on another I got errno 193 ( CREATE FUNCTION MyTest RETURNS INTEGER SONAME 'TestUDF.dll' Error Code: 1126. Can't open shared library 'TestUDF.dll' (errno: 193 ) 0.000 sec
).
TestUDF.dll is copied in correct folder (mysql>show variables like 'plugin_dir'  .
Please give me some advice.
Thank you.
|