tjuck Posted May 8, 2008 Share Posted May 8, 2008 Hello, I have imported my clients from a database backup. Also i imported domains from my WHM (VPS) Now i had to merge clients. The clients id is now 42. Everthing is oke now but when i add an new client the client number starts at 185 so i have to change it in te DB. Is it possible to reset thie to 43. I hope you can help me. Regards 0 Quote Link to comment Share on other sites More sharing options...
Nick Posted May 9, 2008 Share Posted May 9, 2008 Run the following query on your database: ALTER TABLE `tblclients` AUTO_INCREMENT = 1; 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.