在 Mac OS X 服务器上安装 MySQL 的 PDO 扩展
我想尽可能将 PHP / MySQL 组合保持为“普通”,但想安装 MySQL 的 PDO 驱动程序。 我怎样才能在 10.5 上做到这一点?
I would like to keep the PHP / MySQL combo as 'stock vanilla' as possible but would like to install the PDO driver for MySQL. How can I do this on 10.5?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我遇到了同样的问题,被迫安装 entropy.ch 中不同版本的 PHP。 我在使用 php CLI 时仍然遇到一些问题,但除此之外它工作正常。
或者,您可能需要查看 MAMP。
希望有帮助,
罗斯
I had the same problem and was forced to install a different version of PHP from entropy.ch. I'm still having some trouble with the php CLI, but otherwise it works fine.
Alternatively, you might want to take a look at MAMP.
Hope that helps,
Ross
您可以单独编译扩展并简单地在您的php中链接到它们.ini 文件。 其实很容易做到。
You can compile the extensions separately and simply link to them in your php.ini file. Actually very easy to do.