Hi João, James, On 10 Oct 2006, at 18:36, James Bennett wrote:
> > On 10/9/06, João Cruz Morais <[EMAIL PROTECTED]> wrote: >> I'm developing a website using django and the host has an old version >> of mysql, more precisely 3.23.58. I wonder if the db-api is >> compatible >> with this version? Unfortunately upgrading mysql is not an option. > > Compatibility with particular versions of databases depends on the > database adapter module, not on Django. Check the supported versions > for the Python MySQLDb module to determine whether it's compatible > with the version of MySQL you have. I think most of it will work with MySQL 3.23, but I strongly suggest making upgrading MySQL an option! The Python MySQLdb module works with 3.23 (not with 3.22 btw), but since 3.23 is already EoL (End Of Life) since a while now, do consider getting yourself a new hoster or upgrade to at least MySQL 4.0.. The Django backend might not work forever with old MySQL versions like 3.23.. Cheers, Geert -- Geert Vanderkelen http://some-abstract-type.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---

