I have a mysql database in which i am using auto_increment(integer), can you tell me till what integer it can incremented. How we can increase the limit of auto_increment?
I have a mysql database in which i am using auto_increment(integer), can you tell
Share
The limit of an
auto_incrementcolumn is the size of the column:The limits of the integer types are: