Giray Posted March 13, 2021 Share Posted March 13, 2021 Good morning. Does anyone know of a way to delete all tags, everywhere, gone? I'd like to start fresh. Thanks! SUBRTX 1 Link to comment Share on other sites More sharing options...
Adriano Faria Posted March 14, 2021 Share Posted March 14, 2021 (edited) Probably it’s enough to truncate the following tables should be enough: truncate table core_search_index_tags; truncate table core_tags; truncate table core_tags_cache; truncate table core_tags_perms; I would test it on test install first or take a backup from the DB just in case. Btw, the following queries should be executed in your SQL Toolbox or PHPMyAdmin. Then after run the support tool to rebuild your cache. Edited March 14, 2021 by Adriano Faria Meddysong and Giray 1 1 Link to comment Share on other sites More sharing options...
Recommended Posts