输入banner图图片脚本导航/分类

Mysql 清空数据

 SET FOREIGN_KEY_CHECKS=0;
2 truncate table tablename;
3 SET FOREIGN_KEY_CHECKS=1;

Mysql 清空数据

标签: