centos yiic could not find driver

今天部署线上环境的时候,需要执行定时任务,发现yii的commands无法执行,报出错误如下:

exception 'CDbException' with message 'CDbConnection failed to open the DB connection: could not find driver' in /data/www/framework/db/CDbConnection.php:399

经过查找最终原因是没有安装mysql的pdo驱动,安装命令如下:

yum install php-pdo_mysql

 

发表评论

电子邮件地址不会被公开。

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>