Sunday, September 30, 2012

django and mysql versions

According to this page:
"Django supports MySQL 5.0.3 and higher."

But the next section says that MySQLdb is required, and when you click the link to MySQLdb from that page, it goes to this page:

which states that the supported versions are:
"MySQL versions from 3.23 to 5.1"

Is anyone using Django with MySQL 5.5? The page that says "5.0.3 and higher" seems to me to imply that this would work, but if MySQLdb is required for Django and MySQLdb only supports up to 5.1, then that implies that it is at least not supported. Anyone tried it?

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/gM8MX-Q3T9UJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment