mysql - phpmyadmin is no longer letting me set auto_increment value -
i used able set auto_increment value in phpmyadmin->table->operations, no longer see in box:
it used right under there, yes table has auto_increment field. i'm using phpmyadmin 4.4.0, , tried switching innodb myisam. i'm logged phpmyadmin root.
i'm not sure why removed feature, way "old school" click on sql tab , run following mysql command:
alter table `sessions` auto_increment = 12345
this set auto increment counter 12345 (or 1 more highest value in 'sessions' table).
Comments
Post a Comment