You can also do it this way – plugin free.
Open phpmyadmin, browse over to your wp_posts table and:
SELECT * FROM `wp_posts` WHERE post_type="revision";
to see all the posts, their types and revisions and
delete from `wp_posts` WHERE post_type="revision"
Though afraid at first…I did it. And it worked without any impact to the site.
Related Posts:
- Manually removing revision post types
- SQL Query for getting all posts in their latest revised state
- Reset/Reorder posts ID in the MySQL wp_posts table
- How to store an extra (surrogate) ID when creating a post with wp_insert_post?
- How do I find which articles are missing a featured image in The WordPress database?
- Define a wordpress constant through plugin functions?
- Remove a shortcode from all WordPress posts
- What do these phpMyAdmin errors mean on my WordPress databaes?
- why there are so many posts whoes post_type is revision? will these records waste too much database space?
- Why my wp_posts data is so huge?
- Delete post revisions only for a single post
- Restore woocommerce orders
- How to select particular month post from table and update the post status using MySQL?
- Get author posts count after excluding a category
- Bulk find & replace on WordPress posts/pages (minus image paths)
- Clean up customize_changeset in DB
- SQL trigger failes with post_content
- Converting Posts to Pages
- How to change the publishing date of each posts?
- How to manually delete post from database without causing conflicts?
- When is the ‘post_content_filtered’ column in database cleared by WordPress?
- How to add an admin notice upon post save/update
- Getting wrong relationship value in $args in wp_Query?
- How can I safely increase the character limit for post passwords?
- How to Group Posts by the First Letter or Number?
- Restore contents of deleted user
- Any way to create a revision of a post ONLY with a new button in the Meta Box?
- How is the data stored in the database?
- WooCommerce – Create Products Programatically [closed]
- How do I write this SQL statement for Posts written in last 24 hours?
- Custom Taxonomies Incorrectly Counting Revisions?
- database columns: post_title vs post_name
- Using radio button meta data from a custom meta box
- Tons of Twitter rows in my database
- Importing New Posts from Live Site into Local Dev Site
- How much of my site can I recover from public_html?
- Enable post revisions for a specific post
- Tags to Post-ID mysql query. Tag Search
- Multiples Empty Posts were created and cannot delete them
- WordPress database error for query INSERT INTO
- How to connect to AWS RDS external database (not for the core WordPress db)
- How to get post bulk edit action trigger and get edited post ids?
- Extracting post categories
- Update results, Before deleting the related category [closed]
- updating a post doesn’t trigger a function
- Hide a specific category in admin All Posts page (WordPress)
- What hook do you use to update a post?
- Updating post data on save (save_post vs wp_insert_post_data)
- Get user categories with most posts in it
- MySql query to get posts with all meta and terms
- Can’t update old posts 3.5.2
- Copy post to separate database with “add_action(….)”
- List authors with the last post title and order by last post date
- When open add new post or page WordPress add post with ID=0 continuously [closed]
- Anyone know why wordpress converts some html entities to their numeric equivalents?
- How to Mysql select a list of posts with meta_values AND all relevant categories?
- Order posts alphabetically: how to set order=asc in mysql query?
- Delete all drafts?
- Alternative functions for mysql_free_result and mysql_ping in wordpress functions
- update image path with words starting uppercase to lowercase chars
- wpdb prepare insert table doesn’t work
- Move posts from a non-wordpress site to wordpress
- wp_posts table extremely large
- Filter Hook for post table (not columns)
- Two different wordpress sites – same server and IP address. Gaining Access to database 1 of 2
- why str_replace targeting pages instead just targeting post?
- Queries take 120+ seconds on my large WordPress site
- select a single val though a table in wordpress
- Finding a post’s slug
- Insert specific information to a posts of a predefined category
- Integrating Custom Database with WordPress
- why the posts queried from sql is more than those showed on the page?
- How to display results from a data table with an encrypted user id?
- WordPress database error: [Query was empty] – using $wpdb->prepare()
- Is there a function to get post info for any publish_status by post ID?
- Your ideas on my though “delete or move all of the posts in a specific category when 3 days are passed”
- How Can I Always Display A Particular Post First Using WP_Query?
- MySQL: Possible to replace all of wp_posts.post_content(id#) via UPDATE + REPLACE + SELECT?
- Deleting post tags removes categories
- How can I globally italicize list of texts in the UI database or Posts? [closed]
- My website is showing today’s date instead of published date since db migration to a new wordpress
- How can I change the date format of the revision list?
- MYSQL: Create SQL query to search for string and replace
- WordPress: Develop multiple posts with different data
- How can I stop ‘in use’ message from intermittently blocking my wp_posts table?
- load post data into mysql
- how i show manual data in a post
- Maximum number of posts per page before affecting performance?
- Fixing the WP Post Object for Custom Route
- Surrogate ID for posts, is there an alternative field in the posts table?
- Expired Post with More Recent Time Stamp?
- Extra field in wp_post instead of postmeta
- Voting System, database connections?
- FIND and REPLACE wp_posts AND IGNORE custom post type mysql query
- Load posts from external source if not found in database
- Onclick open posts displayed in slider in a popup [closed]
- How can I delete the options from DB when the plugin is deleted?
- Change permalinks in posts via SQL
- Is it safe to totally unregister the default “post” Post Type
- How to get a list of all posts and their categories?