2012-04-09 63 views
0

我,當我上傳我的internet.here網站這個錯誤是整個錯誤MySQL的:CDbConnection未能打開數據庫連接

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

,這裏是這是在我的配置文件中的代碼。

'connectionString' => 'mysql:host=localhost;port=3306;dbname=golchina_sanayedasti', 
      'emulatePrepare' => true, 
      'username' => 'glochina_ehsan', 
      'password' => '**', 
      'charset' => 'utf8', 

回答

2

您的數據庫前綴是「golchina」,但您的用戶名前綴是「glochina」。

「o」和「l」相反。這是故意的還是這是一個錯字?

+0

是啊,這是一個錯誤,但仍然有問題... CDbConnection未能打開數據庫連接:SQLSTATE [42000] [1044]拒絕訪問用戶golchina_ehsan'@「localhost」的數據庫「golchina_sanayedasti」 – Ehsan 2012-04-09 06:40:56

相關問題