Re: Django connecting to MySQL via Mysql-connector fails

2014-09-23 Thread Collin Anderson
You need to use "mysql.connector.django" as your backend ENGINE http://dev.mysql.com/doc/connector-python/en/connector-python-django-backend.html -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Django connecting to MySQL via Mysql-connector fails

2014-09-23 Thread Jerry Xue
Hi, I'm learning django with PyDev, MySQL as backend. According to doc I used Oracle's MySQL connector to communicate with db: > > The Python Database API is described in PEP 249 > . MySQL has two prominent > drivers that implement this API: > >- My