开发者

Is it possible to install py26-mysql without installing mysql5 package?

开发者 https://www.devze.com 2023-02-28 10:34 出处:网络
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 a

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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号