0
I’m first in python and I want to know how to install mysql to store terminal information.
I use wamp/mysql to develop in php, is it possible to make some relationship between them? (use wamp mysql for python?)
Use Windows 10 and python 3.4.4
0
I’m first in python and I want to know how to install mysql to store terminal information.
I use wamp/mysql to develop in php, is it possible to make some relationship between them? (use wamp mysql for python?)
Use Windows 10 and python 3.4.4
0
You need to install the library version Pymysql on the python terminal
Browser other questions tagged mysql python python-3.x
You are not signed in. Login or sign up in order to post.
The database is the same, you do not need to re-install Mysql. You need to see python settings. Related: How to connect Python with Mysql?
– rray
Thank you! I will proceed with your link!
– DaniloAlbergardi