安装出错、怎么解决?
安装出错、怎么解决?
By yo846tt
at 2015-05-12
0人收藏 • 1878人看过
Unhandled Exception.
SQLSTATE[HY000] [2003] Can't connect to MySQL server on '127.0.0.1' (111)
You can find the error back in the log.
安装出错
这是我的运行环境
- 登录后方可回帖
5 个回复 | 最后更新于 2015-05-12
无法连接到MySQL数据库,你的环境配置也是有问题的。
你可以尝试:重启MySQL服务 / 检查MySQL端口号是否为默认端口号 / telnet检测3306端口是否已经打开。
或者将数据库连接地址从127.0.0.1更换地址为localhost
111错误有可能是你绑定了MySQL连接域,所以不能通过本地IP地址127.0.0.1来连接。
回复#2 @lincanbin :
Unhandled Exception.
SQLSTATE[28000] [1045] Access denied for user 'yo846tt'@'localhost' (using password: YES)
You can find the error back in the log.
也不行,我用的是阿里云服务器搭载amh5.0面板,其他程序安装正常。