We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
执行报错,找不到 MySQLdb,经过查看资料,MySQLdb 不支持 python3,所以需要前置加上它的替换(https://stackoverflow.com/questions/39574813/error-loading-mysqldb-module-no-module-named-mysqldb)
import pymysql pymysql.install_as_MySQLdb()
The text was updated successfully, but these errors were encountered:
yangj1211
No branches or pull requests
Is there an existing issue about this typo?
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()
The text was updated successfully, but these errors were encountered: