Documentation Home
MySQL 8.3 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 40.8Mb
PDF (A4) - 40.9Mb
Man Pages (TGZ) - 294.0Kb
Man Pages (Zip) - 409.0Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb
Excerpts from this Manual

MySQL 8.3 Reference Manual  /  ...  /  Setting the TCP Port Context for mysqld

8.7.5.1 为 mysqld 设置 TCP 端口上下文

默认的 TCP 端口为 mysqld3306;使用的 SELinux 上下文类型是 mysqld_port_t

如果您配置 mysqld 使用不同的 TCP 端口,您可能需要设置新端口的上下文。例如,定义非默认端口(如端口 3307)的 SELinux 上下文:

semanage port -a -t mysqld_port_t -p tcp 3307

确认端口已添加:

$> semanage port -l | grep mysqld
mysqld_port_t                  tcp      3307, 1186, 3306, 63132-63164