gpt4 book ai didi

python - 使用 Python MYSQL.Connector 插入 MySQL 表时出现错误

转载 作者:行者123 更新时间:2023-11-29 15:54:57 24 4
gpt4 key购买 nike

这是我的代码:

sql = "INSERT INTO haircolor (x_pos, y_pos, width, height,filename,hair_color) VALUES (%s, %s, %s, %s, %s, %s)"

print ("Values",(x_pos, y_pos, width, height,filename,hair_color))
mycursor.execute(sql, (x_pos, y_pos, width, height,filename,hair_color))
mydb.commit()

输出:

Values: 33.897543, 28.304444444444444, 2.7566544, 4.9043634, '1 (copy1).jpg,black`

错误

Failed processing format-parameters python 'str_' cannot be converted to a mysql type

最佳答案

在我看来,好像你的文件名和头发颜色变量中有未转义的反引号......这不会有任何帮助......

关于python - 使用 Python MYSQL.Connector 插入 MySQL 表时出现错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56543974/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com