是否可以在不安装mysql5包的情况下安装py26-mysql?
我正在开发一个基于数据库的 django 应用程序,并且我已经在雪豹机器上使用 macport 安装了 apache、python 和 django。我在使用 macport 安装 MySQL 时遇到了问题。但我能够成功安装独立的 MySQL 服务器(来自 MySQL.com)。是否可以删除与 py26-MySQL 一起安装的 MySQL 包?
I am developing a database based django application and I have installed apache, python and django using macport on a snow leopard machine. I ran into issues installing MySQL with macport. But I was able to successfully install a standalone MySQL server (from MySQL.com). Is it possible to remove the MysQL package installed along with py26-MySQL?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要使用 py26-mysql,您不需要 MySQL 的整个服务器发行版。至少,您确实需要客户端库。如果删除服务器,则需要确保重新安装 Python 模块运行所需的基础库。
To use py26-mysql you don't need the entire server distribution for MySQL. You do need the client libs, at the very least. If you remove the server, you need to make sure you re-install the base libraries needed by the Python module to function.