Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我的配置:
Ubuntu 9.04 Apache 2 MySql Php 5.3.3-0 Zend Framework 1.11.1 Doctrine 1.2
当我尝试使用学说 CLI 从数据库创建模型时,我收到此错误“找不到名为 mysql 的驱动程序”。
我知道我的 pdo_mysql 在两个 php.ini 文件中都处于活动状态。我该做什么。
谢谢 。
这篇关于同一问题的博客文章有帮助吗?
它们同时启用
extension=pdo.so extension=pdo_mysql.so
对于 CLI。