简体   繁体   English

yiic:CDbConnection无法打开数据库连接

[英]yiic: CDbConnection failed to open the DB connection

My DB connection works perfectly in web application. 我的数据库连接可以在Web应用程序中完美运行。 But when I try the same settings in console application it fails (I wrote connection settings in console.php file). 但是,当我在控制台应用程序中尝试相同的设置时,它会失败(我在console.php文件中写入了连接设置)。

CDbConnection failed to open the DB connection: SQLSTATE[28000] [1045] Access denied for user 'username'@'host' (using password: YES)

I can't solve problem for 4 hours. 我四个小时不能解决问题。 What might be wrong? 可能是什么问题?

在console.php中将localhost更改为127.0.0.1

如果要连接到在Web应用程序中连接的同一数据库,则将config / main.php中的'db' => array(...)复制到config / console.php

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 CDbConnection无法打开数据库连接Yii - CDbConnection failed to open the DB connection Yii MySQL:CDbConnection 无法打开数据库连接 - MySQL: CDbConnection failed to open the DB connection CDbConnection无法打开数据库连接:无法打开数据库文件 - CDbConnection failed to open the DB connection: unable to open database file Echofish错误500“ CDbConnection无法打开数据库连接” - Echofish Error 500 “CDbConnection failed to open the DB connection” yii CDbException:CDbConnection 无法打开数据库连接:找不到驱动程序 - yii CDbException: CDbConnection failed to open the DB connection: could not find driver CDbConnection无法打开数据库连接:在Yii中找不到驱动程序 - CDbConnection failed to open the DB connection: could not find driver in Yii 测试外部Mysql连接时,我得到CDbConnection未能打开数据库连接 - When testing external Mysql connection, I get the CDbConnection failed to open the DB connection CDbConnection无法打开数据库连接:SQLSTATE [IMSSP]:仅在PDOStatement对象上支持给定属性 - CDbConnection failed to open the DB connection: SQLSTATE[IMSSP]: The given attribute is only supported on the PDOStatement object 尝试生成模型类时,“ CDbConnection无法打开数据库连接:找不到驱动程序” - 'CDbConnection failed to open the DB connection: could not find driver' while trying to generate a model class Yii 1.1.x CDbHttpSession错误:CDbConnection无法打开数据库连接:找不到驱动程序 - Yii 1.1.x CDbHttpSession error: CDbConnection failed to open the DB connection: could not find driver
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM