wordpress delete old revisions

Since version 2.6 wordpress always uses to create post revisions which are rarely useful and always a waste in space.

In order to get rid of the past ones you can run the following MySQL query

DELETE FROM wp_posts WHERE post_type = "revision";

Related posts:

  1. WordPress 2.5 automatic plugin upgrade error
  2. Correctly rename wordpress database tables prefix
  3. How to delete undelatable files and folders in linux
  4. No Sufficient Permissions for Upgrading WordPress
  5. wp-sticky does not stay on top
| Print This Post Print This Post | Email This Post Email This Post
RSS 2.0 | Trackback | Comment

Leave a Reply

XHTML: You can use these tags: b, cite, code, em, i, q cite="", strike, strong.