How: Mass Removal of Tags

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Greight
    Senior Member
    • Jun 2008
    • 120
    • 3.8.x

    [Forum] How: Mass Removal of Tags

    Hi
    I want to remove all the tags and as they are too many, I can't think of deleting them one by one. Is ther a query or something to do the job?
  • sven4o
    Member
    • Feb 2010
    • 56
    • 3.8.x

    #2
    You can truncate the entire tag table and in this way you will delete all the tags.

    Run the following MySQL query:

    TRUNCATE TABLE tag;

    In this way the table structure will be preserved, but all the tag records will be erased.
    SiteGround Technical Support Team Member.
    Check out our special vBulletin hosting package.

    Comment

    • Greight
      Senior Member
      • Jun 2008
      • 120
      • 3.8.x

      #3
      Thanks mate, that did the trick.

      Comment

      Related Topics

      Collapse

      Working...