I need to use the MySQLdb module on a remote machine from the MySQL server.
The remote machine only needs to be able to communicate with the MySQL server.
Does the module require the MySQL client or daemon to install and run?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Could you explain? What does it mean "compile it with the static option"? I'm newbie on Mac OX10.4, trying to create some small app with pyObjC in XCode.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I need to use the MySQLdb module on a remote machine from the MySQL server.
The remote machine only needs to be able to communicate with the MySQL server.
Does the module require the MySQL client or daemon to install and run?
All it really needs is the client libraries. If you compile it with the static option, it doesn't even need those.
Could you explain? What does it mean "compile it with the static option"? I'm newbie on Mac OX10.4, trying to create some small app with pyObjC in XCode.