之前card表主键long自增用的好好的,突然某天发现id本应该是6的值变成了1207863321705332738。找了半天,发现是不知道为什么,自增从1207863321705332738开始。还以为是mybatisplus自动递增的问题

Failed to read auto-increment value from storage engine

正常自增应该是下一位,现在是这个值,所以插入的时候变成这么大的整数。改回来就好了

Failed to read auto-increment value from storage engine

相关文章:

  • 2021-11-05
  • 2022-12-23
  • 2021-10-29
  • 2021-10-21
  • 2021-08-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-07-01
  • 2022-12-23
  • 2022-02-02
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
相关资源
相似解决方案