Doctrine CLI:generate-models-db 给我这个错误无法找到名为 mysql 的驱动程序
这是我的配置:
Ubuntu 9.04
阿帕奇2
MySql
PHP 5.3.3-0
Zend 框架 1.11.1
Doctrine 1.2
当我尝试使用 Doctrine CLI 从数据库创建模型时,出现此错误无法找到名为 mysql 的驱动程序。
我知道我的 pdo_mysql 在两个 php.ini 文件中都处于活动状态。 我应该做什么。
谢谢 。
Here is my configuration:
Ubuntu 9.04
Apache 2
MySql
Php 5.3.3-0
Zend Framework 1.11.1
Doctrine 1.2
When I try to create my model from database with the doctrine CLI , I get this error Couldn't locate driver named mysql.
I Know My pdo_mysql is active in both php.ini file.
What I Should do.
Thanks .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这篇关于同一问题的博客文章有帮助吗?
它们
为 CLI 启用了这两种功能。
Does this blog post on the same problem help?
They enable both
for the CLI.