1 |
ERROR 1126 (HY000): Can't open shared library |
If you receive the error from MySQL while installing a plugin or a user defined function(UDF) there can be several causes: You mistyped your dll file name, double check the name MySQL can’t find the dll file in the plugin folder Run:
1 |
mysql> show variables like 'plugin_dir'; |
And make sure that path matches the path where your dll… Read more »
Recent Comments