zoukankan      html  css  js  c++  java
  • SQLSTATE[HY000] [2003] Cant connect to MySQL server

    今天要连远程数据库,结果PHP报错

    Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000] [2003] Can't connect to MySQL server on '192.168.1.252' (13)' in /web/miophp/Etc/geter/Action/IndexAction.php:7 Stack trace: #0 /web/miophp/Etc/geter/Action/IndexAction.php(7): PDO->__construct('mysql:dbname=ba...', 'mio', 'miomio', Array) #1 /web/miophp/Etc/geter/Action/Action.php(11): IndexAction->index() #2 [internal function]: Action->ActionInit('index') #3 /web/miophp/Core/core.php(36): call_user_func(Array, 'index') #4 /web/miophp/Mio.php(30): include('/web/miophp/Cor...') #5 /web/admin/mio/index.php(20): require('/web/miophp/Mio...') #6 {main} thrown in /web/miophp/Etc/geter/Action/IndexAction.php on line 7

     

    我以为是程序有问题 查了半天结果是selinux

     

    [root@mio-253 ~]# getsebool -a | grep httpd

    allow_httpd_anon_write --> off

    allow_httpd_mod_auth_ntlm_winbind --> off

    allow_httpd_mod_auth_pam --> off

    allow_httpd_sys_script_anon_write --> off

    httpd_builtin_scripting --> on

    httpd_can_check_spam --> off

    httpd_can_network_connect --> off

    httpd_can_network_connect_cobbler --> off

    httpd_can_network_connect_db --> off

    httpd_can_network_memcache --> off

    httpd_can_network_relay --> off

    httpd_can_sendmail --> off

    httpd_dbus_avahi --> on

    httpd_enable_cgi --> on

    httpd_enable_ftp_server --> off

    httpd_enable_homedirs --> off

    httpd_execmem --> off

    httpd_manage_ipa --> off

    httpd_read_user_content --> off

    httpd_run_stickshift --> off

    httpd_setrlimit --> off

    httpd_ssi_exec --> off

    httpd_tmp_exec --> off

    httpd_tty_comm --> on

    httpd_unified --> on

    httpd_use_cifs --> off

    httpd_use_gpg --> off

    httpd_use_nfs --> off

    httpd_use_openstack --> off

    httpd_verify_dns --> off

    [root@mio-253 ~]# setsebool -P httpd_can_network_connect_db=1

  • 相关阅读:
    python——函数
    python——文件操作
    python——字符编码
    【转】基于jquery的无刷新表格分页
    js console.log 打印 对像 数组 详解
    百度地图自己添加 标识地点 代码
    在线提取PDF中图片和文字
    安全cookie登录状态设计方案
    iScroll 下拉刷新
    WebSQL实例记录
  • 原文地址:https://www.cnblogs.com/phpliu/p/3447059.html
Copyright © 2011-2022 走看看