I was talking about the generated SQL. Django db-api might produce SQL which is not understood by this version of mysql.
João On Oct 10, 5:36 pm, "James Bennett" <[EMAIL PROTECTED]> 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. > > -- > "May the forces of evil become confused on the way to your house." > -- George Carlin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

