Maison  >  Article  >  base de données  >  Yii中使用gii连接数据库报错CDbConnection failed to open the D

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

WBOY
WBOYoriginal
2016-06-07 15:49:251703parcourir

在使用 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.
Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Article précédent:[简讯]OpenGL 4.2标准发布!Article suivant:BP神经网络算法(2)