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,  <lza...@ucs.br> 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 django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> 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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/CACwCsY7_qyuZq%2BOFe5y7UTfGhFzJrijhHdr4QcYrG30osOQFYg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to