View Single Post
  #2  
Old 04-11-2004, 01:47 PM
nattini
Fire Beetle
 
Join Date: Mar 2004
Posts: 15
Default

in the mysql console,

delete from <tablename>;

where <tablename> is the table you want to delete all the entries from.

drop <tablename>; --would delete the whole table.


-nattini
Reply With Quote