mysql ERROR 1062: ALTER TABLE causes auto_increment resequen
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql ERROR 1062: ALTER TABLE causes auto_increment resequen相关的知识,希望对你有一定的参考价值。
当我用Navicat尝试修改已有记录的mysql数据表的主键为自动增长时,报出以下错误
1602 ALTER TABLE causes auto_increment resequencing, resulting in duplicate entry ’1′ for key ‘PRIMARY’
解决方法:
第1步:将主键字段值为0的那条记录值改为其他大于0且不重复的任意数
第2步:修改主键字段为auto_increment
第3步:把刚才修改过的那条记录的值还原
来自:http://blog.sina.com.cn/s/blog_625977810100xwfi.html
以上是关于mysql ERROR 1062: ALTER TABLE causes auto_increment resequen的主要内容,如果未能解决你的问题,请参考以下文章
Mysql报错message from server: ERROR 1062 (23000):
ERROR 1130: Host '192.168.1.3' is not allowed to connect to this MySQL ERROR 1062 (23000): D