mysql-python和mysqlclient: 由于mysqldb不支持python3,所以django连接MySQL就不能再使用mysqldb了。故而选择了mysqlclient,然而两者之间并没有太大的使用上的差异。 安装时最好要指定对应版本,否则不兼容。 附两者对比: https://ww Read More
posted @ 2018-08-13 21:13 Mytesting Views(425) Comments(0) Diggs(0) Edit