Archive · March 26, 2010

MySQL delete all rows from table truncate

i'm tired of using PHPMyAdmin so now i'm using MySQL Query Browser and MySQL Administrator. in your MySQL query browser terminal... truncate table "table_name" voila.. empties all table data. same as PHPMyAdmin "empty"