Aug 8, 2012

Delete Wordpress Posts Revisions from Your Database

The post revision feature of the wordpress have cause to increase the size of your database. So in order to delete all those post that have post revision version, run the following query in your website's MySQL database :

DELETE FROM wp_posts WHERE post_type = "revision";

No comments:

Post a Comment