快速清空mysql表的方法

对于大数据的表,使用delete太费时,可以用:

TRUNCATE TABLE '表名'

这样不会保留日志

 

posted @ 2013-05-28 09:51  ifeixiang  阅读(2015)  评论(0)    收藏  举报