Yes, thanks for the link. For some reason google wasn't finding that for me.
On Tue, Nov 4, 2014 at 6:59 AM, <[email protected]> wrote: > > Are you talking about this? > > https://github.com/PyMySQL/mysqlclient-python > > I didn't tried that. Someone use it? > > > Em terça-feira, 4 de novembro de 2014 09h08min38s UTC-2, [email protected] > escreveu: >> >> What about mysqlclient? The django site says that is "the recommended >> choice for using MySQL with Django" but I can't seem to find that >> package. Does anyone have a link for that? >> >> On Mon, Nov 3, 2014 at 8:57 PM, <[email protected]> wrote: >> > >> > Hi all, >> > >> > I notice that python-mysql-connector(1) is almost 30% slow that >> > MySQLdb(2), >> > but MySQLdb until now not support python3. >> > >> > Anyone have news when MySQLdb will support python 3 or know another >> > connector for mysql? >> > >> > It's a litte confused at this time, because we have django1.7.X that >> > supports python3.4.X very well, but we don't have a good compatible >> > mysql >> > connector. >> > >> > 1-http://dev.mysql.com/downloads/connector/python/ >> > 2-https://pypi.python.org/pypi/MySQL-python/1.2.5 >> > >> > >> > Em quinta-feira, 3 de maio de 2012 22h18min23s UTC-3, john2095 escreveu: >> >> >> >> I've just been through a slice of hell simply because I did not want to >> >> install mysql-server on my (osx) django development machine - my app >> >> connects to a remote mysql database. It turns out that python's >> >> "mysqldb" >> >> depends on mysql binaries which are only packaged up with the server >> >> release. This means that if you want to run django and connect to a >> >> remote >> >> mysql you still need to install mysqlserver locally. I think that >> >> blows. >> >> Especially when there is a purely python mysql driver in >> >> "mysql-connector". >> >> >> >> Has this happened by default or by design? Is mysqldb really that much >> >> faster, or featureful, or just because it's more common? >> >> >> >> Is anyone working on a pure python solution (mysql-connector) database >> >> backend? Is there one already? >> >> >> >> thanks. >> > >> > >> > Enviado via UCSMail. >> > >> > -- >> > You received this message because you are subscribed to the Google >> > Groups >> > "Django users" group. >> > To unsubscribe from this group and stop receiving emails from it, send >> > an >> > email to [email protected]. >> > To post to this group, send email to [email protected]. >> > Visit this group at http://groups.google.com/group/django-users. >> > To view this discussion on the web visit >> > >> > https://groups.google.com/d/msgid/django-users/041bea14-74e6-42ce-b549-8ca5d31344e4%40googlegroups.com. >> > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CACwCsY58V2j3dAcvKDqbN4R6vhQ_b_%3Dx3V%3DfxHa9PsUm7BMmDA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

