Python链接数据库出现问题

下图为问题内容
2024年11月15日 21:25
有2个网友回答
网友(1):

pip install pymysql
然后把mysqlDb换成 pymysql

网友(2):

Just use `pymysql` instead of `MySQLdb`.