美文网首页
二、python 导入数据库报错:TypeError: %d f

二、python 导入数据库报错:TypeError: %d f

作者: 石角斗 | 来源:发表于2019-08-22 20:04 被阅读0次

def__init__(self,host_db='192.168.20.xxx',user_db='root2',passwd_db='xxxx',name_db='cloudalarm',port_db='3306',link_type=0):

在利用pymysql库连接数据库时,导入host、user、password、database、和port值,port默认的值就是数字,不可以用str 。将port_db=3306 就正常了。

相关文章

网友评论

      本文标题:二、python 导入数据库报错:TypeError: %d f

      本文链接:https://www.haomeiwen.com/subject/ghbosctx.html