标签:tcp ice load public emc permanent 哪些 tables wal
1 关于防火墙命令 2 firewall-cmd --state 查看防火墙状态 3 systemctl stop firewalld.service 关闭防火墙 4 systemctl start firewalld.service 开启防火墙 5 6 iptables -L -n 查看服务器防火墙允开启了哪些端口 7 firewall-cmd --zone=public --add-port=3306/tcp --permanent 打开指定端口 8 firewall-cmd --reload 添加端口访问之后,重新启动防火墙
标签:tcp ice load public emc permanent 哪些 tables wal
原文地址:https://www.cnblogs.com/jason2018524/p/10305476.html