View Single Post
  #2  
Old 08-02-2009, 06:11 PM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

To delete all the data in a table the mysql syntax is:

DELETE FROM tablename;

Just plug in one of those for every table you want empty.
Reply With Quote