Documentation Home
MySQL 8.4 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 39.8Mb
PDF (A4) - 39.9Mb
Man Pages (TGZ) - 257.9Kb
Man Pages (Zip) - 364.9Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


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

8.7.5.1 设置 mysqld 的 TCP 端口上下文

默认情况下,mysqld 的 TCP 端口是 3306,并使用 SELinux 上下文类型 mysqld_port_t

如果您将 mysqld 配置为使用不同的 TCP port,您可能需要为新的端口设置上下文。例如,要为非默认端口,如端口 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