【问题标题】:How to fix?: mysql> show variables like 'plugin_dir'; Does not show plugin_dir location如何修复?:mysql> 显示变量,如“plugin_dir”;不显示 plugin_dir 位置
【发布时间】:2012-08-09 20:51:16
【问题描述】:

post 之后,我继续尝试按照以下说明设置 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)

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

谢谢

【问题讨论】:

    标签: mysql memcached redhat libmemcache libmemcached


    【解决方案1】:

    检查你的 my.cnf

    [mysqld]
    plugin_dir=/path/to/plugin/directory
    

    【讨论】:

    • my.cnf 中没有设置 设置一个安全吗?
    • @mattl 我的系统管理员已经为我完成了这项工作,但 plugin_dir 变量仍然是空白的。有什么想法吗?
    猜你喜欢
    • 2013-07-24
    • 2020-01-05
    • 1970-01-01
    • 2022-09-23
    • 1970-01-01
    • 2023-01-15
    • 1970-01-01
    • 1970-01-01
    • 2019-09-08
    相关资源
    最近更新 更多