摘要: 开启3306端口的tcp访问权限 /sbin/iptables -I INPUT -p tcp -dport 3306 -j ACCEPT 保存防火墙信息 /etc/rc.d/init.d/iptables save 查看防火墙该端口是否开启 /etc/init.d/iptables status 阅读全文
posted @ 2017-10-17 09:30 枫飘雪落 阅读(5759) 评论(0) 推荐(0) 编辑