/ Published in: MySQL
URL: http://weblogtoolscollection.com/archives/2010/09/28/deleting-wordpress-revisions/
Change \"wp\" to your database prefix. Note, this is the quick and dirty way. The more thorough way, which will also clean any tags or categories that are now unused, is here: http://www.snipplr.com/view/29570/get-rid-of-unused-post-revisions/
Expand |
Embed | Plain Text
DELETE FROM wp_posts WHERE post_type = "revision"
You need to login to post a comment.
