Please note: This website includes an accessibility system. Press Control-F11 to adjust the website to people with visual disabilities who are using a screen reader; Press Control-F10 to open an accessibility menu.
Hello,
Thank you for your question on how to truncate your MySQL database tables. You can do this via the phpMyAdmin tool within the cPanel.
Visit the tool and select the database you want to work with. Then go to the SQL tab and enter the following SQL code for each table:
TRUNCATE TABLE 'tablename';
Be sure to replace 'tablename' with the actual table name. Then click the GO button. After confirming your order, the tool will truncate the table.
Kindest Regards,
Scott M