洞悉互聯(lián)網(wǎng)前沿資訊,探尋網(wǎng)站營銷規(guī)律
作者:Smileby陌少羽 | 2018-10-19 09:27 |點擊:
② 運行SQL命令,清除表中的數(shù)據(jù),刪除所有文章:
truncate table `dede_arctiny`;
truncate table `dede_archives`;
truncate table `dede_addonarticle`;
③ 運行SQL命令,新發(fā)布文章ID就從1開始了:
ALTER TABLE `dede_arctype` AUTO_INCREMENT =1;