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
- wp_update_post function exclude specific field
- Can I customised default WP table
- SELECT SQL_CALC_FOUND_ROWS with wordpress search
- How to connect and insert data in database of wordpress?
- Regenerate user_nicename column
- What unexpected data might be stored in terms table and related tables?
- Unkown meta_value in ACF
- Design problems when exporting remote database for local development
- Buddypress avatar image in database [closed]
- WordPress security [closed]
- Directly editing WP database issues
- How do you render posts from outside wordpress?
- Installation question
- Changing order of db results when encoding to JSON
- Multiple WordPress sites installs sharing the same database but with different content and domains
- Disable Database Update Required ? break my website
- How to transfer from localHost to live but use the already existing database on the server?
- Files on Localhost, Database on Server
- Brandoo WordPress Unable to Update to WordPress 4.2.2
- Connecting to wordpress database in my application [closed]
- WordPress as a frontend website for iOS app [closed]
- Website displays old version of page
- Woocommerce – Check product stock availability from external database
- Backing up WordPress database and files
- Create Pages for database content
- Get results from wordpress data custom table
- Is it risky if I update all url in the database due to my site url changed?
- Should I use an additional column in the DB?
- No users table in WordPress’s database
- Outputting query results
- Orderby two meta fields not working
- Help With a Large WordPress Based MySQL Database on Shared Hosting
- Storing user submitted forms [closed]
- Safely store code(html/js..) into database
- User Tracking for Custom Post Type “Lesson”. Database Queries and Performance
- How to split the WordPress database?