本文主要是介绍Redirecting to /bin/systemctl stop iptables.service Failed to stop iptables.service: 解决方案,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
一、问题描述
在linux系统(centOS7)下安装mysql后,发现因防火墙问题连接不上数据库:
关闭防火墙出现问题:
二、解决方案
centOS7下关闭防火墙与centOS6及之前的命令有所不同:
centOS7的命令:
systemctl stop firewalldcentOS6及之前的命令:
service iptables stop
至此,问题解决,即可远程连接数据库。
欢迎关注博主,欢迎互粉,一起学习!
感谢您的阅读,不足之处欢迎指正!
这篇关于Redirecting to /bin/systemctl stop iptables.service Failed to stop iptables.service: 解决方案的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!