Convergence Posted May 17, 2010 Share Posted May 17, 2010 Greetings, Looking to start the first affiliate number to be greater than 1 (would like 4 digits) - Any ideas? Thanks! 0 Quote Link to comment Share on other sites More sharing options...
plusplushosting Posted May 23, 2010 Share Posted May 23, 2010 not sure but you can probably modify it directly at the mysql dbase good luck! 0 Quote Link to comment Share on other sites More sharing options...
Convergence Posted May 23, 2010 Author Share Posted May 23, 2010 not sure but you can probably modify it directly at the mysql dbase good luck! Ah yes, but how and where? 0 Quote Link to comment Share on other sites More sharing options...
plusplushosting Posted May 23, 2010 Share Posted May 23, 2010 heh...just load your dbase in phpmyadmin and use a bit of logic...is not that hard check the tblaffiliates table...note this is a quick look i just took, do it at your own risk. 0 Quote Link to comment Share on other sites More sharing options...
m00 Posted May 23, 2010 Share Posted May 23, 2010 You can use the following SQL query: ALTER TABLE tblaffiliates AUTO_INCREMENT = 123; Where 123 is the desired value. 0 Quote Link to comment Share on other sites More sharing options...
Convergence Posted May 23, 2010 Author Share Posted May 23, 2010 heh...just load your dbase in phpmyadmin and use a bit of logic...is not that hard check the tblaffiliates table...note this is a quick look i just took, do it at your own risk. heh - asking for advice, because we do not want to mess anything up. The more replies / suggestions, the better our odds of success. Thanks for taking a quick look. 0 Quote Link to comment Share on other sites More sharing options...
Convergence Posted May 23, 2010 Author Share Posted May 23, 2010 You can use the following SQL query: ALTER TABLE tblaffiliates AUTO_INCREMENT = 123; Where 123 is the desired value. Will this create a starting number or just increase each new affiliate account by that number? 0 Quote Link to comment Share on other sites More sharing options...
m00 Posted May 23, 2010 Share Posted May 23, 2010 Will this create a starting number or just increase each new affiliate account by that number? It will set the starting number to 123. If a client registers for an affiliate account, it gets the number 123, next one 124, etc. 0 Quote Link to comment Share on other sites More sharing options...
Convergence Posted May 23, 2010 Author Share Posted May 23, 2010 It will set the starting number to 123. If a client registers for an affiliate account, it gets the number 123, next one 124, etc. Thank you! That's exactly what we want. 0 Quote Link to comment Share on other sites More sharing options...
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.