mysql-connector-python, mysql-connector-python-rf and mysql-connector-repackaged

https://stackoverflow.com/questions/34168651/what-are-the-differences-between-mysql-connector-python-mysql-connector-python


What are the differences between mysql-connector-python, mysql-connector-python-rf and mysql-connector-repackaged?



The main differences between them are:

  • mysql-connector-repackaged: is old, do not use it

  • mysql-connector-python 2.0.4: is the original uploaded by MySQL. But it has the problem that does not works with Django >= 1.8. MySQL did not upload yet their stable version 2.1.3 to this repo.

  • mysql-connector-python-rf 2.1.3: is the solution to all your problems if you use Django >= 1.8


你可能感兴趣的:(python)