I am trying to connect to a db remotely using the Yii framework
Is there any specific setting because i can't connect to the db.
'db' => array(
'class' => 'PortalDbConnection',
'connectionString' => 'mysql:host=192.168.0.2;dbname=mydb',
'username' => 'root',
'password' => '',
'tablePrefix' => '',
'emulatePrepare' => true,
'enableParamLogging' => true,
'enableProfiling' => true,
'charset' => 'utf8',
),
Error
2013/10/16 09:14:22 [error] [exception.CDbException] SQLSTATE[HY000]
[2003] Can't connect to MySQL server on 'mysql5.ms.domain.net' (13)
2013/10/16 09:14:22 [info] [application] User: Guest (ID: )