waturl Posted October 17, 2010 Share Posted October 17, 2010 Hello, i found: TRUNCATE `tblaccounts` ;TRUNCATE `tblaffiliates` ; TRUNCATE `tblaffiliatesaccounts` ; TRUNCATE `tblbillableitems` ; TRUNCATE `tblcancelrequests` ; TRUNCATE `tblclients` ; TRUNCATE `tblcontacts` ; TRUNCATE `tblcustomfields` ; TRUNCATE `tblcustomfieldsvalues` ; TRUNCATE `tbldomains` ; TRUNCATE `tblemails` ; TRUNCATE `tblhosting` ; TRUNCATE `tblhostingaddons` ; TRUNCATE `tblhostingconfigoptions` ; TRUNCATE `tblinvoiceitems` ; TRUNCATE `tblinvoices` ; TRUNCATE `tblorders` ; TRUNCATE `tblticketlog` ; TRUNCATE `tblticketnotes` ; TRUNCATE `tblticketreplies` ; TRUNCATE `tbltickets` ; but how to do that ? any more details ? 0 Quote Link to comment Share on other sites More sharing options...
bear Posted October 17, 2010 Share Posted October 17, 2010 This can be done through PHPMyadmin if that's installed, or via command line if you have shell access and the correct permissions. Alternately, you could probably set this into a PHP script if you know how to do that. 0 Quote Link to comment Share on other sites More sharing options...
waturl Posted October 17, 2010 Author Share Posted October 17, 2010 I'm now in php admin, i can see "use table" with all table list, so what to do here exactly ? 0 Quote Link to comment Share on other sites More sharing options...
waturl Posted October 17, 2010 Author Share Posted October 17, 2010 well, i did it, it works, thnx 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.