输入localhost出来这个错误:无法访问该网页错误类型: 500 
详细信息是:Can't contact the database server: Access denied for user 'AEED/User'@'localhost' (using password: YES) (localhost)

解决方案 »

  1.   

    用户名或口令错AEED/User 你这个用户名有点怪
      

  2.   

    我在服务里启动 mysql5_pn服务。
    结果:
    错误1067:进程意外终止。
    如何解决这个原因呢?
      

  3.   

    http://www.google.com.hk/search?hl=zh-CN&newwindow=1&safe=strict&client=aff-cs-360chromium&hs=fV&q=mysql+1067&oq=mysql+1067&aq=f&aqi=&aql=&gs_sm=3&gs_upl=8496l11957l0l12418l6l6l0l0l0l0l0l0ll0l0&gs_l=serp.3...8496l11957l0l12418l6l6l0l0l0l0l0l0ll0l0但按你原帖的错误信息
    Can't contact the database server: Access denied for user 'AEED/User'@'localhost' (using password: YES) (localhost)
    显示 mysql 服务是启动的否则应该是类似 由于目标机器积极拒绝,无法连接。 的错误信息
      

  4.   

    这个错误:
    (Can't contact the database server: Can't connect to MySQL server on 'localhost' (10061) (localhost))
      

  5.   

    数据库连接错误,检查一下。可以装个mysql界面管理工具,方便学习
      

  6.   

    这个是数据库服务器那边的问题
    php关系不大
      

  7.   

    哥们是数据库没有连接!
    主要原因是你的数据库使用了密码,而你连接的时候没有使用密码!
    你连接的时候是不是使用root然后密码为空?
    而你连接的数据库是需要密码的!
    这个问题我遇到过,一般都是数据库密码的问题!兄弟去看看吧!
      

  8.   

    现在是mysql5_pn都启动不了,提示:在本地计算机 无法启动mysql5_pn服务。
    错误 1067: 进程意外终止。代码是我拷贝过来的。环境应该是搭好了,别人写了个phpinfo.php给我都能测试通,但就是输入localhost的时候:
    提示:
    (Can't contact the database server: Can't connect to MySQL server on 'localhost' (10061) (localhost))解决了,送千分,搞了很久,头大啊。
      

  9.   

    不能启动mysql 那还等什么呢,卸载 重装mysql.
      

  10.   

    先用连接工具,连接数据库,这样确认你的数据库是开启的,用户密码是正确的,然后你再排查是不是php的连接类有问题