咨询热线:4006-75-4006

售前:9:00-23:30    备案:9:00-18:00    技术:7*24h

发生系统错误:SQLSTATE[HY000] [2003] Can't connect to MySQL server on '127.0.0.1' (13)

2016-02-23 12:49:49 7750次

        Centos6.5 apache搭建onethink站点发生系统错误:SQLSTATE[HY000] [2003] Cant connect to MySQL server on 127.0.0.1 (13)

      

 

错误原因:

              SELinux 不让 httpd 访问外网,由此可知SELinux的利害了

解决办法:

1.    getenforce查看selinux的状态为:enforcing

 

        2.    键入:getsebool -a | grep httpd查看httpd的布尔状态;可以看到httpd_can_network_connect --> off;如图:

       

        

3.    键入:setsebool httpd_can_network_connect 1  开启;

4.    重启mysql:  service mysqld  restart即可;

 

     

首页
最新活动
个人中心