zl程序教程

您现在的位置是:首页 >  数据库

当前栏目

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

mysql数据库配置变量 使用 解释 参数 正确
2023-06-13 09:11:25 时间
本站中文解释

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

plugin_dir = 路径

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

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

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

官方英文解释 plugin_dir


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.


我想要获取技术服务或软件
服务范围:MySQL、ORACLE、SQLSERVER、MongoDB、PostgreSQL 、程序问题
服务方式:远程服务、电话支持、现场服务,沟通指定方式服务
技术标签:数据恢复、安装配置、数据迁移、集群容灾、异常处理、其它问题

本站部分文章参考或来源于网络,如有侵权请联系站长。
数据库远程运维 MySQL Variables plugin_dir 数据库 参数变量解释及正确配置使用