문제

After this post I continued to try to setup MySQL memcached User-Defined Functions as per these instructions: http://stanley-huang.blogspot.com/2010/04/level-3-install-memcached-user-defined.html

But now when trying to find the plugin_dir location I get:

mysql> show variables like 'plugin_dir';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| plugin_dir    |       | 
+---------------+-------+
1 row in set (0.00 sec)

It's blank. What did I miss?

Thanks

도움이 되었습니까?

해결책

Check your my.cnf

[mysqld]
plugin_dir=/path/to/plugin/directory
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top