-1👍
✅
you can use https://github.com/PyMySQL/PyMySQL or
http://dev.mysql.com/doc/connector-python/en/connector-python-versions.html
the second Connector does not support the old MySQL Server authentication methods, which means that MySQL versions prior to 4.1 will not work.
2👍
PyMySQL, a pure python client library without a dependency on the standard mysql client library, has Python 3 support via a build script.
- [Answer]-How do I reference Django 1.5 URLs that are "named" in an included URL file?
- [Answer]-Django Optimisation of a queryset with Q objects
- [Answer]-Django queryset flipping
- [Answer]-Using Django Template, how to properly retrieve values that contain brackets in the reference?
0👍
Have you tried this? http://dev.mysql.com/downloads/connector/python/
The windows msi package for the mysql connector installed without any problem and seems to work nicely for a 1.0.10 (on windows 2008 R2 with python 3.3)
Source:stackexchange.com