我曾尝试将 PostgreSQL 与 Yii 连接,但正在显示
CDbConnection 未能打开数据库连接。
在日志中显示
error exception.CDbException
找不到驱动程序
我的代码
'db'=>array(
'tablePrefix'=>'',
'connectionString' => 'pgsql:host=localhost;port=5432;dbname=postgres',
'username'=>'postgres',
'password'=>'postgres',
'charset'=>'UTF8',
),