WordPress can only use the tables with the same prefix as listed in the wp-config.php file. Many times when a database has been used for sometime it will hold several version of the site in the same database by adding different table prefixes to the site versions.
This is likely what you are seeing. It seems a backup system or an older version of the site made those other tables but it would be the tables with the $table_prefix = 'wp75_'; that are holding the data for your live site.
Related Posts:
- WordPress Database Huge wp_usermeta Table
- How to migrate a database from a server to another
- Why does changing Database Table Prefixes result in loss of content?
- DB prefix not updating
- I wanted to Know that how can I give ingore to 0000-00-00 in my config file
- How to retrieve user data based on role using SQL?
- WordPress character set issue
- Deleting WordPress posts and media files based on author via MYSQL database
- What is “Advanced” SQL?
- WordPress Unit Testing – Cannot Create Tables
- Insert data in database using form
- Where are image paths to product category images stored in WordPress database
- When is it appropriate to create a new table in the WordPress database?
- Has parent field in the table wp_term_taxonomy has term_id or term_taxonomy_id
- Sharing database for collaborative development
- Display data from a non wordpress database on a page template
- Inserting Post Meta From SQL
- BuddyPress: What’s the use of wp_bp_xprofile_data table and how does it get updated? [closed]
- Bulk Update of Custom Post Type Post Status through SQL
- How do I add indexes to WordPress Database?
- Moving an entire wordpress site from one domain to a new domain and database
- Delete all post meta except featured image
- Block search SQL from happening
- Delete duplicate rows from wordpress database where a column is duplicate in phpmyadmin
- How to Move Local Singlesite Database to Remote Multsite Database?
- Scheduling posts in database
- Size article thumbnails and retrieve them directly from database
- Emojis getting converted to “?”
- wpdb_prepare with multiple or condition
- Accidentally deleted active_plugins portion of the wp_options DB table
- Uppercase to sentence case for post titles
- Moving to another host; which tables to move in a database
- WordPress mysql table double prefixes
- WordPress and MySQL: how to transfer Meta_key and Meta_Value from one post_id to another
- WordPress database import: Row size too large
- Export / import WordPress database
- Bulk-create posts from SQL database
- input data and output table [closed]
- Retrieve data from the database to table such as comments in the admin control panel
- Create table from array with prepare
- Which data is written and stored in the database when read-only (non-posting, non-commenting) users visit the site?
- Change options table prefix only
- Insert Query not working in the form
- Problems with moving my WordPress site to another domain/server
- Changing root password in PHPMyAdmin for WordPress Database when going live
- Can’t update WordFence Options, clear data manually
- Post Views / Hit Counter Problem?
- Is it possible to have more than 1 MySQL database in my WordPress blog?
- pull data from a remote wordpress database
- Clear Terms from Taxonomy for Specific Post IDs?
- Is my way to change WordPress server is correct?
- Options on how to Display member specific data from a MS SQL database
- Delete/Replace words from X to Y in post content
- How to delete a particular row in a database table
- Location of WP default mySQL tables creation file?
- SELECT SQL_CALC_FOUND_ROWS with wordpress search
- Files on Localhost, Database on Server
- Should I use an additional column in the DB?
- $wpdb->get_var – What value is returned when zero records are found?
- wp_option table error while importing
- Installing local to live WP into subdirectory
- WordPress SQL – How to Check for Category?
- Getting value from database table depending on field value
- What is wrong here? Issue with post_id and meta_value
- Delete user with only subscriber role
- custom tables in wordpress Database? (can i just create them with sql?)
- Can’t log into wordpress site – I have made a new user and still cant access
- Is there any way to monitor a MySQL db and check what has changed?
- Accidently changed the GUID
- Deleting empty meta key values
- I imported an restore an database and It shows #1067 – Invalid default value for ‘user_registered’
- How to edit custom table data in frontend
- I need to find posts that contain YouTube links without http:// or https:// prefix and add http:// to all of them
- Migrating meta_key and meta_value from old theme to new one
- What is recommended data type and encryption type for password in a database
- Help posting values to DB on submit using $wpdb->query
- What’s the easiest way to connect external database and display data on wordpress?
- Duplicate database to roll back theme & content changes
- How to map data on CSV to web pages?
- WP website showing blank page after moving from subdomain to main domain
- How to set posts to draft in bulk based on the content of the post
- How to create index (sql) to a meta_key?
- 2 $wpdb queries causing error Table ‘wp_postmeta’ is specified twice, both as a target for ‘UPDATE’
- Delete all users meta that named: user_avatar
- How to get specific table by current user login
- $wpdb not working
- Changed meta_key value in structures, now dashboard shows zero users
- Link wordpress with a SQl + MongoDB + .NET
- Options table – where does my values go?
- How to add data from wordpress tables to new database tables you have created
- Database question while Migrating from one domain to another on same WebHost [Bluehost]
- Install WordPress with SQL database
- Create hundreds of users with just ID in phpMyAdmin
- Migrated to Namecheap, now Trouble with Database & wp-config [closed]
- export individual posts to text files or a single csv file
- why you don’t Implement PDO for access every thing to database
- SQL query to rewrite all media URLs to end with .webp
- Weird WP -Cli Error Connection Refused
- Have WordPress Use a Different Database for users
- Count views without get_post_meta