This is a discussion on How to set the AUTO_INCREMENT max value? within the MySQL forums, part of the Database Server Software category; --> Is it possible in MySql 5.x to set the max value of the AUTO_INCREMENT like in Oracle for the ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Is it possible in MySql 5.x to set the max value of the AUTO_INCREMENT like in Oracle for the sequences? And is it possible to set the 'Cycle' behaviour of the AUTO_INCREMENT, so when the upper limit is reached the generated value restart from 0 or 1? Thanks in advance plosapio |