Tagged Questions
2
votes
1answer
37 views
How can I reset a mysql table auto-increment to 1 in phpMyAdmin?
I know that in MySQL at the command line I can reset a table's auto-increment field to 1 with this:
ALTER TABLE tablename AUTO_INCREMENT = 1
I am curious if there is a way to do this from within ...
1
vote
3answers
758 views
How to use 2 auto increment columns in MySQL phpmyadmin
Is it possible to use 2 auto increment values ?
One starting from 0
Another starting from 4000400
Please help me