openEuler使用firewall-cmd防火墙 一、新增开放端口 以TCP 3306端口为例 firewall-cmd --permanent --add-port=3306/tcp --permanent 表示永久开放,不加该参数表示临时开放 二、重载防火墙规则 新增开放端口后,需要重载防火
系统版本: openEuler 23.09(采用RHEL9版本) 一、将Mysql Yum源安装至系统 yum -y install https://repo.mysql.com/mysql80-community-release-el9.rpm 本Yum源适用于openEuler 23.09(采用