gmzaxs Posted November 20, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 11/20/12 Last Seen: July 6, 2013 Share Posted November 20, 2012 in making account the account id must be 200010 but in my sql 200000000010.. how should i fix this?? Quote Link to comment Share on other sites More sharing options...
hthuong Posted November 20, 2012 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 39 Reputation: 0 Joined: 08/09/12 Last Seen: October 2, 2013 Share Posted November 20, 2012 ALTER TABLE login AUTO_INCREMENT=200010 Re-set AUTO_INCREMENT in your table. Quote Link to comment Share on other sites More sharing options...
Mystery Posted November 21, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted November 21, 2012 in making account the account id must be 200010 but in my sql 200000000010.. how should i fix this?? ALTER TABLE login AUTO_INCREMENT=200010 Re-set AUTO_INCREMENT in your table. Yup. Please use the search function first. People have had the same issue you're currently facing. Quote Link to comment Share on other sites More sharing options...
Question
gmzaxs
in making account the account id must be 200010 but in my sql 200000000010..
how should i fix this??
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.