Install Mysql for use with Python [duplicate]

0

I'm a beginner in python and want to know how to install mysql to store terminal information.

I use wamp / mysql to develop in php, is it possible to do any relationship between them? (use mysql from wamp to python?)

Use Windows 10 and python 3.4.4

    
asked by anonymous 27.02.2017 / 21:22

1 answer

0

You need to install the library version PyMySQL in the python terminal

    
27.02.2017 / 22:19