网创优客建站品牌官网
为成都网站建设公司企业提供高品质网站建设
热线:028-86922220
成都专业网站建设公司

定制建站费用3500元

符合中小企业对网站设计、功能常规化式的企业展示型网站建设

成都品牌网站建设

品牌网站建设费用6000元

本套餐主要针对企业品牌型网站、中高端设计、前端互动体验...

成都商城网站建设

商城网站建设费用8000元

商城网站建设因基本功能的需求不同费用上面也有很大的差别...

成都微信网站建设

手机微信网站建站3000元

手机微信网站开发、微信官网、微信商城网站...

建站知识

当前位置:首页 > 建站知识

pymysql.err.Internal报107错误

下面一起来了解下pyMySQL.err.Internal报107错误,相信大家看完肯定会受益匪浅,文字在精不在多,希望pymysql.err.Internal报107错误这篇短内容是你想要的。

创新互联公司作为成都网站建设公司,专注成都网站建设、网站设计,有关成都企业网站定制方案、改版、费用等问题,行业涉及成都砂岩浮雕等多个领域,已为上千家企业服务,得到了客户的尊重与认可。

pymysql.err.InternalError: (1075, 'Incorrect table definition; there can be only one auto column and it must be defined as a key')

pymysql.err.Internal报107错误
python中使用pymysql创建table是报错是上面标题,sql语句如下:
sql = '''
create table music (
id int not null auto_increment,
song text,
singer text,
genre text,
issue text,
publisher text,
score text)'''
百度,问题是:自增字段必须是主键。解决办法是设置id为主键。
修改后sql为:
sql = '''
create table music (
id int not null auto_increment,
song text,
singer text,
genre text,
issue text,
publisher text,
score text,
primary key(id)
)'''

看完pymysql.err.Internal报107错误这篇文章后,很多读者朋友肯定会想要了解更多的相关内容,如需获取更多的行业信息,可以关注我们的行业资讯栏目。


网站栏目:pymysql.err.Internal报107错误
网站网址:http://bjjierui.cn/article/ijcidd.html

其他资讯