Jump to content

Featured Replies

Posted

Good morning.

Does anyone know of a way to delete all tags, everywhere, gone? I'd like to start fresh.

Thanks!

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 by Adriano Faria

Recently Browsing 0

  • No registered users viewing this page.