#30682: Bug with Mysql connection
-------------------------------------+-------------------------------------
     Reporter:  Supernova989         |                    Owner:  nobody
         Type:  Bug                  |                   Status:  new
    Component:  Uncategorized        |                  Version:  master
     Severity:  Normal               |               Resolution:
     Keywords:  mysql, macOS,        |             Triage Stage:
  connection                         |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Description changed by Supernova989:

Old description:

> Hello! I’ve recently started one more project based on Django. The other
> day I decided to change the DB from mySQLlite to MySQL and, to my
> surprise, the configuration that I had used in my previous project
> (Django  2.1.7) was not working. I’ve spent a lot of time on figuring out
> what was going wrong with it on my MacBook, and it turned out that it has
> not been possible to use MySQL connection since Django 2.2a1. In order to
> connect, I’ve always used PyMySQL, and it worked with:
>
> {{{
> import pymysql
> pymysql.install_as_MySQLdb()
> }}}
>
> Now, with versions starting from 2.2a1 to 2.2.4, it throws an error and
> says that I haven’t installed some packages whereas I have done it.
> Again, this bug can be easily noticed just by installing a fresh Django
> project + setting a Mysql DB connection on Mac + switching between
> versions.
> It has nothing to do with PyMySQL as its version hasn't changed.

New description:

 I’ve recently started one more project based on Django. The other day I
 decided to change the DB from mySQLlite to MySQL and, to my surprise, the
 configuration that I had used in my previous project (Django  2.1.7) was
 not working. I’ve spent a lot of time on figuring out what was going wrong
 with it on my MacBook, and it turned out that it has not been possible to
 use MySQL connection since Django 2.2a1. In order to connect, I’ve always
 used PyMySQL, and it worked with:

 {{{
 import pymysql
 pymysql.install_as_MySQLdb()
 }}}

 Now, with versions starting from 2.2a1 to 2.2.4, it throws an error and
 says that I haven’t installed some packages whereas I have done it. Again,
 this bug can be easily noticed just by installing a fresh Django project +
 setting a Mysql DB connection on Mac + switching between versions.
 It has nothing to do with PyMySQL as its version hasn't changed.

--

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30682#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.95f35c3b6c3a8dd0ac60392b296373e4%40djangoproject.com.

Reply via email to