Python - How to Work with MySQL
Published on Thu, 04 Jan 2018
By
Harlin Seritt
What we need:
- Python 3.6.3
- mysqlclient module
- MySQL server
- mysql-workbench
First, make sure you install MySQL server and ensure it's running. Instructions on how to install MySQL server:
To install the mysqlclient module, you'll first need to install MySQL server (and ...