欢迎光临
我们一直在努力

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

本站中文解释

named_pipe_full_access_group是MySQL参数变量,用于指定一个Windows组,该组中的所有成员都可以读取和写入MySQL服务器上使用命名管道进行文件通信的文件。

要设置此参数,请打开MySQL服务端的my.ini配置文件,找到[mysqld]部分,添加一行:named_pipe_full_access_group=,Windows group name为要设置的Windows组的完整名称(包括完整的路径)。
用完之后,保存my.ini文件,然后重新启动MySQL服务,使更改生效。

官方英文解释

named_pipe_full_access_group

Command-Line Format --named-pipe-full-access-group=value
Introduced 5.7.25
System Variable named_pipe_full_access_group
Scope Global
Dynamic No
Platform Specific Windows
Type String
Default Value empty string
Valid Values

empty string

valid Windows local group name

*everyone*

(Windows only.) The access control granted to clients on the
named pipe created by the MySQL server is set to the minimum
necessary for successful communication when the
named_pipe system variable is
enabled to support named-pipe connections. Some MySQL client
software can open named pipe connections without any
additional configuration; however, other client software may
still require full access to open a named pipe connection.

This variable sets the name of a Windows local group whose
members are granted sufficient access by the MySQL server to
use named-pipe clients. As of MySQL 5.7.34, the default value
is set to an empty string, which means that no Windows user is
granted full access to the named pipe.

A new Windows local group name (for example,
mysql_access_client_users) can be created
in Windows and then used to replace the default value when
access is absolutely necessary. In this case, limit the
membership of the group to as few users as possible, removing
users from the group when their client software is upgraded. A
non-member of the group who attempts to open a connection to
MySQL with the affected named-pipe client is denied access
until a Windows administrator adds the user to the group.
Newly added users must log out and log in again to join the
group (required by Windows).

Setting the value to '*everyone*' provides
a language-independent way of referring to the Everyone group
on Windows. The Everyone group is not secure by default.

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