tmiller Posted October 15, 2015 Share Posted October 15, 2015 How can I CLOSE a large number of customer accounts for whmcs at once. I'm not referring to server accounts im referring to their client area accounts. Purchased a hosting company and only took part of their customers. So they will retain a part of their whmcs. But I need to close all of my accounts so invoices and payments aren't made to them. MySQL command? 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted October 15, 2015 Share Posted October 15, 2015 if you need to close all existed accounts here is the SQL query, you can run it through PHPMyAdmin or console.. UPDATE `tblclients` SET `status`='Closed'; 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.