美文网首页
Centos打开3306端口

Centos打开3306端口

作者: f056f6cb666a | 来源:发表于2017-06-13 00:13 被阅读0次
 /sbin/iptables -I INPUT -p tcp --dport 3306 -j ACCEPT

 /etc/rc.d/init.d/iptables save

 /etc/init.d/iptables status 

当然如果你打开其他端口也一样,只需要把这个端口号换乘你需要的端口号即可。
原文链接:CentOS 打开mysql 3306端口

相关文章

网友评论

      本文标题:Centos打开3306端口

      本文链接:https://www.haomeiwen.com/subject/fkirqxtx.html