摘要: 1.下载mysql的repo源 $ wget http://repo.mysql.com/mysql57-community-release-el7-8.noarch.rpm 2.安装mysql-community-release-el7-5.noarch.rpm包 $ sudo rpm -ivh 阅读全文
posted @ 2018-02-28 22:51 AmbitiousMice 阅读(162) 评论(0) 推荐(0)
摘要: 命令行输入: vi /etc/sysconfig/iptables 将 -A INPUT -m state --state NEW -m tcp -p tcp --dport 端口号 -j ACCEPT 例 开启80端口:-A INPUT -m state --state NEW -m tcp -p 阅读全文
posted @ 2018-02-28 22:08 AmbitiousMice 阅读(610) 评论(0) 推荐(0)
摘要: 1.任意运行一条iptables防火墙规则配置命令: iptables -P OUTPUT ACCEPT iptables -P OUTPUT ACCEPT 2.对iptables服务进行保存: service iptables save 如果上述命令执行失败报出:The service comma 阅读全文
posted @ 2018-02-28 22:01 AmbitiousMice 阅读(28772) 评论(0) 推荐(1)