我正在尝试使用远程连接到数据库Yii framework
是否有任何特定设置,因为我无法连接到数据库。
'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',
),
错误
2013/10/16 09:14:22 [错误] [exception.CDbException] SQLSTATE[HY000]
[2003] 无法连接到 'mysql5.ms.domain.net' (13) 上的 MySQL 服务器
2013/10/16 09:14:22 [info] [application] 用户:Guest (ID: )