Am 21.03.2012 16:41, schrieb cheetah: > sqlalchemy.dburi="mysql://dbuser:pass@localhost:3306/devdb? > charset=utf8&use_unicode=0"
That looks ok. I have no other idea since I normally use Postgres. It looks like a problem with your MySQL driver, nothing to do with TurboGears. You should try if you can access the database from Python via the Python DBAPI driver without using TurboGears first. -- Christoph -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

