摘要:
import pymysqlconn = pymysql.connect(host='localhost', port=3306, user='root', passwd='123456', db='mydb')cur = conn.cursor()cur.execute("SELECT * FRO...
阅读全文
摘要:
http://www.cc.gatech.edu/classes/AY2012/cs2316_fall/presentations/HOWTO_install_pymysql_windows.pdf1. go to the fold of the package you want to instal...
阅读全文