Yii中使用gii连接数据库报错CDbConnection failed to open the D

原创
2016-06-07 15:49:251039浏览

在使用 http://www.larryullman.com/2009/11/07/creating-models-views-and-controllers-in-yii-2/ 教程时,遇到如题目描述的问题,本来准备在文章下面评论做笔记的,发现“连接被重置”,开代理去评论,发现代理IP在blacklist上,于是只好写在这里 And now

在使用

http://www.larryullman.com/2009/11/07/creating-models-views-and-controllers-in-yii-2/

教程时,遇到如题目描述的问题,本来准备在文章下面评论做笔记的,发现“连接被重置”,开代理去评论,发现代理IP在blacklist上,于是只好写在这里


And now I want to record some problem I met when I learn, and also I will offer my solusion.
When I created the database My_manage_01, and then went to the http://localhost/yiitestapp/index.php/gii to click the Model Generator, it turn to be wrong, and it says like this:

CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO)

After suffering for one night, I finally find the answer. It's in the C:\xampp\htdocs\yiitestapp\protected\config\main.php, line 55. You need to add the database you created manually and so as the code.

Then everthing is OK.

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。
PHP中文网
程序员·梦开始的地方
下载APP