MySQL Forums
Forum List  »  Install & Repo

how to install plugin - error code 1126
Posted by: nick rulez
Date: December 07, 2010 06:17PM

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.

Options: ReplyQuote


Subject
Written By
Posted
how to install plugin - error code 1126
December 07, 2010 06:17PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.