摘要: php错误日志路径: 报错: PHP Warning: mysqli_real_connect(): (HY000/2002): Permission denied in 解决办法: 关闭SElinux (默认情况下SElinux是启用状态) 查看SElinux状态: sestatus 临时关闭: 阅读全文
posted @ 2020-06-12 15:32 懶得取名 阅读(1198) 评论(0) 推荐(0)
摘要: 查看firewall服务状态 systemctl status firewalld.service 查看firewall的运行状态 firewall-cmd --state firewall的 开启 关闭 重启 //开启 systemctl start firewalld.service // 关闭 阅读全文
posted @ 2020-06-12 11:24 懶得取名 阅读(196) 评论(0) 推荐(0)