ouwejan Posted September 16, 2011 Share Posted September 16, 2011 Hi, We would like to change the affiliate ID that will be given to the next new affiliate. How to do this? I thought I could change this somewhere in the database but I can't find where. Thanks. Link to comment Share on other sites More sharing options...
Dragonsys Posted September 16, 2011 Share Posted September 16, 2011 in your WHMCS DB, table tblaffiliates Change the AUTO_INCREMENT for the id field to what you want the next number to be. ALTER TABLE tblaffiliates AUTO_INCREMENT = value; Link to comment Share on other sites More sharing options...
ouwejan Posted September 16, 2011 Author Share Posted September 16, 2011 Thanks ;-) That did the trick Link to comment Share on other sites More sharing options...
dfb121 Posted December 14, 2011 Share Posted December 14, 2011 in your WHMCS DB, table tblaffiliatesChange the AUTO_INCREMENT for the id field to what you want the next number to be. If I change the next affiliate id number to 500 as advised here, will the following affiliate ID assigned after that be 501 or 1000? I want to set it so the next number will be 500 and then from there it will assign 501, 502, 503 etc. Thanks. Link to comment Share on other sites More sharing options...
vdswin.com Posted January 17, 2012 Share Posted January 17, 2012 If you change AUTO_INCREMENT to 500 the next ID will be 501, than 502 etc. Link to comment Share on other sites More sharing options...
Abe Niang Posted February 20, 2018 Share Posted February 20, 2018 Was having the same issue. There is a very easy way with phpmyadmin under the "operations" tab, you can set, in the table options, autoincrement to the number you want. Link to comment Share on other sites More sharing options...
Recommended Posts