Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这可能吗?我发现的一切都表明,如果我使用 alter table,它将影响所有现有的行,如果在我的情况下发生这种情况,它会造成很大的损害。
有人可以在这里指出我正确的方向吗?
您不能将值更改auto_increment为ALTER小于最大自动递增值的数字。MySQL不会让你。如果您想将该值更改为高于1 + 最大自动增量值,您可以这样做,但会有一个差距。
auto_increment
ALTER