Python链接数据库出现问题

下图为问题内容
2024-11-15 21:25:30
推荐回答(2个)
回答1:

pip install pymysql
然后把mysqlDb换成 pymysql

回答2:

Just use `pymysql` instead of `MySQLdb`.