mysql与python3交互

ubuntu端安装

sudo apt-get install python-mysqldb
sudo pip3 install pymysql

使用时用法:

import pymysql
pymsql.install_as_MySQLdb()