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
- phpMyAdmin – Error > Incorrect format parameter?
- Why is my database import losing text widget data?
- Long option names fail silently?
- Can I use $wpdb for my custom tables in the WordPress database?
- ajax delete value from custom field array
- WordPress and automated MySQL backups to a different host
- Size article thumbnails and retrieve them directly from database
- Remove the deleted users avatar from list
- Where are WP_Errors Saved
- Error establishing database connection – high traffic?
- Update postmeta Parent when post_status child change
- Is there a solution to auto-post data to a WP post from a database
- can we add extra table or column in wordpress for adding our data
- cleaning up safely wordpress wp_postmeta table
- Best practice to import user base (subscribers) from one website to another?
- Some weird users in database
- Location of image metadata on my server
- How to create more than one new wpdb object?
- Getting value from database table depending on field value
- Getting “Error Establishing a Database Connection” on localhost in new Mac OSX Lion environment
- Secure way to use name_save_pre?
- wpdb->insert not inserting first variable
- Database tables for sports betting integrated in WordPress
- How to use multiple check-box values to work in a function and insert values in database
- Help on conditional statement to accompany wp_insert_post function please?
- I want to replicate a wordpress website over multiple servers
- Is there anyway to split posts to different databases?
- wp-cli + valet: “Error establishing a database connection”
- local wordpress broke after changing URL
- Unable to login to a https website via the app after changing from http
- How do I find out from my database what version of WordPress I need?
- How to create a database table?
- Database error after importing WordPress
- Create hundreds of users with just ID in phpMyAdmin
- Add independent connections for reading and writing to the database in WordPress
- SQL errors when querying for something with apostrophes