PyMySQL is a stable lib I use to connect a MySQL database to my python scripts. To install PyMySQL on debian you can do the following:
1 2 |
sudo apt-get install python3-pip sudo pip3 install PyMySQL |
PyMySQL is a stable lib I use to connect a MySQL database to my python scripts. To install PyMySQL on debian you can do the following:
1 2 |
sudo apt-get install python3-pip sudo pip3 install PyMySQL |
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Leave a Reply