[python] 使用MySQL

安装教程

安装驱动

pip install mysql-connector
#Failed building wheel for mysql-connector

pip install mysql-connector==2.1.4
#succeed
原文地址:https://www.cnblogs.com/P3nguin/p/7746868.html