1 | | 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: |
| 1 | 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: |