Open
Description
Is there an existing issue about this typo?
- I have checked the existing issues.
Describe the issue
执行报错,找不到 MySQLdb,经过查看资料,MySQLdb 不支持 python3,所以需要前置加上它的替换(https://stackoverflow.com/questions/39574813/error-loading-mysqldb-module-no-module-named-mysqldb)
import pymysql
pymysql.install_as_MySQLdb()