How to delete the revision of wordpress trough mysql

Discussion in 'MySQL' started by etamhost, Jul 13, 2010.

  1. #1
    Hai, Im newbie wanna ask for help.
    how to delete Post revision In Wordpress through Mysql?

    Thanks,
     
    etamhost, Jul 13, 2010 IP
  2. Deacalion

    Deacalion Peon

    Messages:
    438
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    DELETE FROM `wp_posts` WHERE post_type = 'revision'
     
    Deacalion, Jul 14, 2010 IP