I got this error when I upload my site on the internet.here is the whole error
CDbConnection failed to open the DB connection: SQLSTATE[28000] [1045] Access denied for user 'glochina_ehsan'@'localhost' (using password: YES)
and here is the code which is in my config file.
'connectionString' => 'mysql:host=localhost;port=3306;dbname=golchina_sanayedasti',
'emulatePrepare' => true,
'username' => 'glochina_ehsan',
'password' => '**',
'charset' => 'utf8',