Hallo guys.
This is the first time I try to install a mysql plugin and I have some problem.
I'd like to test this plugin
http://www.mysqludf.org/lib_mysqludf_preg/index.php
mysql version is 5.1.36-community-log
show variables like '%plugin%' gives me this output:
c:\\wamp\\bin\\mysql\\mysql5.1.36\\lib
after I added in my.ini file these lines
[mysqld]
plugin_dir=c:\\wamp\\bin\\mysql\\mysql5.1.36\\lib
When I restart mysql and log on like root I run
install plugin lib_mysqludf_preg soname 'lib_mysqludf_preg.dll'
but mysql gives me this error:
Error Code : 1126
Can't open shared library 'c:\wamp\bin\mysql\mysql5.1.36\lib/lib_mysqludf_preg.dll' (errno: 2 )
Where is my mistake? Thanks in advance.
This is the first time I try to install a mysql plugin and I have some problem.
I'd like to test this plugin
http://www.mysqludf.org/lib_mysqludf_preg/index.php
mysql version is 5.1.36-community-log
show variables like '%plugin%' gives me this output:
c:\\wamp\\bin\\mysql\\mysql5.1.36\\lib
after I added in my.ini file these lines
[mysqld]
plugin_dir=c:\\wamp\\bin\\mysql\\mysql5.1.36\\lib
When I restart mysql and log on like root I run
install plugin lib_mysqludf_preg soname 'lib_mysqludf_preg.dll'
but mysql gives me this error:
Error Code : 1126
Can't open shared library 'c:\wamp\bin\mysql\mysql5.1.36\lib/lib_mysqludf_preg.dll' (errno: 2 )
Where is my mistake? Thanks in advance.