gpt4 book ai didi

php - CDbConnection 无法打开数据库连接 : could not find driver in Yii

转载 作者:行者123 更新时间:2023-11-29 01:06:20 24 4
gpt4 key购买 nike

尝试在 yii 框架中连接 mysql 时显示

“CDbConnection 无法打开数据库连接:找不到驱动程序”错误

PHP 代码:

     'db'=>array(
'class' => 'CDbConnection',
'connectionString' => 'mysql:host=localhost:3306;dbname=testdrive',
'emulatePrepare' => true,
'username' => 'root',
'password' => 'root',
'charset' => 'utf8',
),

我的 php 驱动程序已经启用,但它显示相同的错误

我为此使用 zend studio,zend 服务器

我该如何解决这个问题?

最佳答案

我正在使用 Linux Mint..在我的情况下我需要

apt-get install php5-mysql 

因为我正在将我的环境从 Lampp 转移到 Apache + PHP + MySQL,我不得不在 php.ini 中更改很多东西

关于php - CDbConnection 无法打开数据库连接 : could not find driver in Yii,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20401228/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com