zoukankan      html  css  js  c++  java
  • bugfree,CDbConnection 无法开启数据库连线: SQLSTATE[HY000] [2003] Can't connect to MySQL server on '192.168.0.99' (4)

    安装bugfree后,访问报错:CDbConnection 无法开启数据库连线: SQLSTATE[HY000] [2003] Can't connect to MySQL server on '192.168.0.99' (4)

    现象:虚机的ip是192.168.1.188,但是192.168.1.188/bugfree去访问的时候,提示连接不到192.168.0.99。

    尝试解决:

    ip的配置是在程序的配置文件里配置的

    1.可能是mysql没启动,查看mysql的运行情况:service mysqld status,显示是运行的,故排除

    2.可能是config.inc.php里相关配置有问题,查找此文件find / -name Config.inc.php,找到在/var/www/html/bugfree/install/config.inc.php。查看后,并未发现ip相关的数值,故排除

    3.查看bugfree目录下的index.php文件,找到配置文件/protected/config/main.php,修改ip地址为虚机的ip,重新刷新即可

  • 相关阅读:
    SPOJ 8093 JZPGYZ
    UVA1030 Image Is Everything
    UVA11996 Jewel Magic
    UVA11922 Permutation Transformer
    UVA1479 Graph and Queries
    P3224 [HNOI2012]永无乡
    UVA11020 Efficient Solutions
    UVA12206 Stammering Aliens
    UVA11107 Life Forms
    UVA11019 Matrix Matcher
  • 原文地址:https://www.cnblogs.com/fun0623/p/4730680.html
Copyright © 2011-2022 走看看