'statsDb' => array(
'class' => 'CDbConnection',
'connectionString' => 'mysql:host='.$config->db_host.';dbname='.$config->db_db,
'emulatePrepare' => true,
'username' => $config->db_user,
'password' => $config->db_pass,
'charset' => 'utf8',
'tablePrefix'=>$config->db_prefix.'_',
'autoConnect' => FALSE,
'schemaCachingDuration' => 1000,
),