php/yii:CDbConnection … could not find driver

Q: CDbConnection failed to open the DB connection: could not find driver

A: 打开php.ini , 将如下2行取消注释:
extension=pdo_mysql.so
extension=mysql.so
extension=mysqli.so

前提,你已经安装了php mysql模块, 重起httpd 服务即可.

此篇文章已被阅读2815 次

Add a Comment

邮箱地址不会被公开。 必填项已用*标注