欢迎光临
我们一直在努力

MySQL Variables plugin_dir 数据库 参数变量解释及正确配置使用

本站中文解释

plugin_dir 是 MySQL引擎的配置参数,可以配置插件的安装路径,MySQL提供的插件有助于使用者更加自由地配置MySQL。要设置 plugin_dir,需要在my.ini文件中加入:

plugin_dir = 路径

如果某个插件安装在另一个特定位置,你可以指定该路径,即:

plugin_dir = 路径1;路径2;路径3;

并且,以分号为分隔符,将所有路径连接起来

官方英文解释

plugin_dir

Command-Line Format --plugin-dir=dir_name
System Variable plugin_dir
Scope Global
Dynamic No
Type Directory name
Default Value BASEDIR/lib/plugin

The path name of the plugin directory.

If the plugin directory is writable by the server, it may be
possible for a user to write executable code to a file in the
directory using SELECT
... INTO DUMPFILE
. This can be prevented by making
plugin_dir read only to the
server or by setting
secure_file_priv to a
directory where SELECT writes
can be made safely.

赞(0)
【声明】:本博客不参与任何交易,也非中介,仅记录个人感兴趣的主机测评结果和优惠活动,内容均不作直接、间接、法定、约定的保证。访问本博客请务必遵守有关互联网的相关法律、规定与规则。一旦您访问本博客,即表示您已经知晓并接受了此声明通告。