2020年9月21日
摘要: 连接 授权-刷新-关闭防火墙(最好打开3306端口) 打开防火墙 /sbin/iptables -I INPUT -p tcp --dport 3306 -j ACCEPT /etc/rc.d/init.d/iptables save /etc/init.d/iptables status 远程连接 阅读全文
posted @ 2020-09-21 21:37 daofree 阅读(846) 评论(0) 推荐(0) 编辑