I set auto increment for mysql from phpmyadmin.
id is
Data Type: INT, Length/Value: 11, Adjust privileges: Checked, A_I: Checked
appears.
I think this error means that the id is set to 11 digits, but it's about to contain a value other than that range, but I'm not sure how many auto increment values it starts with or where it can be set.
Please let me know if you know.
mysql phpmyadmin
I don't know how to find it from phpmyadmin, but it appears when I run a query called Show Create Table Name
.
To change it, use the ALTER TABLE table name AUTO_INCREMENT=999
.
auto increment
Select a table>Operation of the top menu (where the display and structure are arranged)
It is located at .
You can also configure it at the same location.
© 2024 OneMinuteCode. All rights reserved.