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