2

在这篇文章之后,我继续尝试按照以下说明设置 MySQL memcached 用户定义函数:http: //stanley-huang.blogspot.com/2010/04/level-3-install-memcached-user-defined.html

但是现在当我试图找到 plugin_dir 位置时,我得到:

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

它是空白的。我错过了什么?

谢谢

4

1 回答 1

3

检查你的 my.cnf

[mysqld]
plugin_dir=/path/to/plugin/directory
于 2012-08-09T20:55:33.347 回答