Rumah >pembangunan bahagian belakang >tutorial php >symfony报错:Couldn't locate driver named mysql,该如何处理
symfony报错:Couldn't locate driver named mysql
如题,使用symfony1.4,数据模型什么的通过命令行连接数据库都自动生成完毕,期间,没有报错。在运行时(连接数据库查询数据),报错:500 | Internal Server Error | Doctrine_Connection_Exception
Couldn't locate driver named mysql。
恩,php.ini 使用Mysql数据库的配置全打开了。为什么还出错呢?为什么呢???
配置数据库的文件,使用的是databases.yml,
<!--Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->all: doctrine: class: sfDoctrineDatabase param: dsn: mysql:host=127.0.0.1;dbname=hr_administration username: root password: