Answer the question
In order to leave comments, you need to log in
With what to work on Python 3 with MySQL?
The task is simple - to work with MySQL - connect, send requests, parse responses ... With what can you do this? Ease of operation is a priority.
Answer the question
In order to leave comments, you need to log in
pip install pymysql
in my_projects/__init__.py :
import pymysql
pymysql.install_as_MySQLdb()
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question