On 7 Jul 2014 13:42, "Brian May" <[email protected]> wrote: > Which is already in unstable: > > python-mysql.connector > python3-mysql.connector
Also see https://groups.google.com/forum/m/#!topic/south-users/hrxwgimaYy8 By default south doesn't work with mysql connector. Fortunately the workaround seems to be simple enough. Not tested it myself yet. Quote: You can do an equivalent in user code: In your settings, add SOUTH_DATABASE_ADAPTERS = { 'default' : 'south.db.mysql' } To tell South that, although it doesn't know mysql-connector-python, it can use its mysql backend to handle it.

