Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: 修改auto_increment值问题

After using ALTER TABLE table_name AUTO_INCREMENT = xxxxxx
, querying the auto-increment value becomes 1. However, in actual tests, the inserted value is the adjusted auto-increment value, but the correct auto_increment value cannot be obtained in the statistics information, and using ANALYZE TABLE
does not work either.