The best way to know which plugin was adding them is to search/grep your installation for occurrences of 'wpAjax'
and "wpAjax"
. If you find none (which is likely, since the oldest is 3 years old) safely delete from wp_postmeta where meta_key like 'wpAjax%'
, or something along those lines, if the latter statement might match something it shouldn’t… (Don’t forget to flush memcached along the way if you’re using it.)
Related Posts:
- Dealing with Many Meta Values, 30+
- How to delete outdated, wrongly sized images in _wp_attachment_metadata?
- MySQL Database User: Which Privileges are needed?
- Database synchronization between dev/staging and production
- How can I make updates to a site, on a development copy, but then move updates back without overriding live site’s evolving database?
- Why WordPress choose data serialization over json_encode?
- Safest way to bulk delete post revisions
- How can I make a WordPress database portable and url independent?
- Why does $wpdb return strings for mysql integer values?
- When is it appropriate to create a new table in the WordPress database?
- Is it possible to switch the data layer within WordPress?
- What is the most secure way to store post meta data in WP?
- store simple data in get_option()
- Meta query interfering with orderby relevance
- Migrating non-WordPress CMS to WordPress, lots of data to move — possible solutions?
- Have multiple local wordpress installs share a wp-content folder and database
- How to solve slow WordPress site caused by attachment_metadata
- How to implement content from external database into WordPress text page? [closed]
- Cloning and syncing a WordPress website
- Delete all post meta except featured image
- What actions affect files, DB, or both?
- Add search Value to wp_list_table pagination
- How to fix unchanged URLs in Database after running serialized search and replace script?
- Merging WordPress posts from different databases
- Should non-WordPress data get its own DB?
- Is it possible to store visitors IPs in wp_postmeta table?
- Multiple postmeta with same name for one post in wp_postmeta table
- Delete all post meta except featured image Using SQL
- Who is responsible for data sanitization in WordPress development?
- Search and replace special characters (å,ä,ö) for image attachments only in database
- One post carries 30 postmeta values, is this too much?
- delete post meta from db, even if does not exist?
- WordPress and MySQL: how to transfer Meta_key and Meta_Value from one post_id to another
- Storing data for a wordpress plugin
- Where does the actual data stored by add_post_meta
- Structure of postmeta meta_value for woocommerce product download
- Routine to convert custom post meta from old to new value
- Localhost to Staging to Development Dynamic WP-CONFIG
- Setup 3 Sites To Connect To 1 Database and Share Data
- Saving zero as meta value
- Does post_meta data need to be unserialzed?
- creating new field on mysql
- Why user_pass column in wp_users table is varchar(64)
- Can local WordPress installs share /wp-content/ folder and database?
- Link image with data from the wpdb
- Custom Post Type not showing anything added by code anymore?
- SymmetricDS in dev + prod workflow?
- Compare User meta_value with Product meta_value
- How to save EXIF metadata in WordPress database?
- _wp_attachment_metadata is not being added to database when PDF files uploaded
- “BS_” rows in postmeta table
- Migrating meta_key and meta_value from old theme to new one
- A WP dev site that displays content from a live site’s database but cannot write to wp_posts?
- Database structure for thousands of posts
- WPCLI search and replace in a particlar site dir effect another site-dir
- Merging development site with live site
- How much post meta data is too much?
- One WP Database outside localhost and two connections
- How do i get value from wp_postmeta?
- Get id from database
- Share WordPress Database
- MySQL Database User: Which Privileges are needed?
- Recommended Post Structure for DB Storage
- SQL query : Select a thumbnail for a media
- Does dbDelta delete columns as well?
- Insert data in database using form
- Upload files – total size limit – WordPress/Contact Form 7
- Scheduling posts in database
- Need of separate security plugins for both root and subfolder sites WordPress?
- Escaping / encoding data before insert into a database?
- Error: SELECT SQL_CALC_FOUND_ROWS
- Populate dropdown from database
- wordpress ‘database update required’ loop after update
- Database Table for customer user
- How to Access wp_usermeta Data Immediately After a New User is Created
- Cleanup: best way to remove WooCommerce comments from the wp_comments table
- How to paginate information obtained from a query to a custom table?
- How can I show related posts from multiple separate installations
- How to combine multiple wp_insert_post into one in order to gain better performance
- Two prefixes in database? Which one is valid?
- Problem in using wpdb
- Create database on installation
- Options on how to Display member specific data from a MS SQL database
- Orderby two meta fields not working
- Installing local to live WP into subdirectory
- Getting WordPress to work inside a rails 3 application
- MSQL database wp_postmeta has meta key tve_revision
- Occasional Error Establishing a Database Connection
- Display user data in numbered list
- Removing old_slug and old_date from WordPress Database
- How do I change several broken URLs in a several wordpress databases in the fastest way?
- Optimize WP site for millions of posts
- WordPress Migration – Issue with admin panel changes
- I have include wp-config, should I add global $wpdb also?
- Localize strings from db
- Can’t Install WordPress (local) Failed to open file wp-includes/wp-db.php
- Where should I put this custom data?
- Redirect Issue: WordPress database
- How to stop WordPress from using utf8mb4_unicode_ci collation
- Weird WP -Cli Error Connection Refused