Published
- 1 min read
mysql update auto
The solution for this is noted below
mysql update auto
Solution
ALTER TABLE tbl AUTO_INCREMENT = 100;
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
ALTER TABLE tbl AUTO_INCREMENT = 100;
Try other methods by searching on the site. That is if this doesn’t work