matmatoo Posted March 5, 2015 Share Posted March 5, 2015 Hi there, This might have been covered elsewhere, but I can't figure out how to change the start number of clients, for example, instead of starting the client number at 1, it will start at 4498831 (or something like that) Thanks Matt 0 Quote Link to comment Share on other sites More sharing options...
CCSupport Posted March 5, 2015 Share Posted March 5, 2015 I'm sure it can be done directly in the database. If the reason is so it looks like you have more clients... I don't think clients can see their customer number. 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted March 5, 2015 Share Posted March 5, 2015 to do this follow the steps below: 1) take a backup of your Database. 2) using PHPMyAdmin or console etc run the following command inside your WHMCS Database ALTER TABLE `tblclients` AUTO_INCREMENT = 4498831; 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.