Genius Posted July 28, 2003 Posted July 28, 2003 can anyone help me restore my oder number auto inc from the random order number thanks.
Daemonj Posted July 28, 2003 Posted July 28, 2003 In a PHPMyAdmin SQL window, enter (or copy and paste) the following: alter table orders change orders_id orders_id int( 11 ) not null auto_increment "Great spirits have always found violent opposition from mediocre minds. The latter cannot understand it when a man does not thoughtlessly submit to hereditary prejudices but honestly and courageously uses his intelligence." - A. Einstein
Recommended Posts
Archived
This topic is now archived and is closed to further replies.