The short answer is — no, there is no simple way.
WP is designed to work within a boundries of a single database as installed and with core exclusively manipulating that data. There are no concepts of database being manipulated partially and externally.
The most common and reliable workflow is that you copy database from production to development, but never in other direction. This is (relatively) easy to implement and production is safe from being wrecked.
If you do need to do complete or partial updates to production things get a lot more complicated and error–prone. There are some dedicated products out there, such as RAMP, but generally I had never heard anyone consider it anything but huge unsolved headache.
Related Posts:
- Rename a table in MySQL
- How should I tackle –secure-file-priv in MySQL?
- Can’t connect to MySQL server on ‘127.0.0.1’ (10061) (2003)
- Can’t connect to MySQL server on ‘127.0.0.1’ (10061) (2003)
- phpMyAdmin – Error > Incorrect format parameter?
- Why is my database import losing text widget data?
- Will it break my site if I delete all transient records in wp_options table?
- Checking if Database Table exists
- Please explain how WordPress works with MySQL character set and collation at a low level
- How to fetch Data in WordPress using MySQLi or $wpdb
- Connect to database using wordpress wp-config file
- Reset Post IDs to less than 64bit integer
- How To Export/Import WordPress (MySQL) Database Properly Via Command-Line?
- WordPress database scalability from the code perspective
- How to define composite keys with dbDelta()
- Is it possible to define two databases for one installation?
- Does WordPress use the InnoDB engine for MySQL by default?
- Ways of managing staging and production wordpress sites?
- Can I use MariaDB instead of MySQL in wordpress?
- Why does dbDelta() not catch MysqlErrors?
- Is altering a default WordPress database table update safe?
- Huge wp_options table
- “MySQL server has gone away” since update to 3.8
- Custom DB_COLLATE (collation) value not working on fresh install?
- What causes the “max_user_connections” warning on WordPress frontend?
- what to do when your WordPress database is too large?
- Change all http to https in mysql databse?
- What actions affect files, DB, or both?
- Can I transfer a mysql database to another site?
- WordPress and automated MySQL backups to a different host
- MySQL Syntax Error upon restoring database from backup [closed]
- Help running a MySQL query to update all wp_#_options tables in a Multisite install
- Size article thumbnails and retrieve them directly from database
- WordPress site uses MyISAM, should I switch to InnoDB necessary?
- Is it safe to convert tables from MyISAM to InnoDB?
- Emojis getting converted to “?”
- How do I properly update the WordPress database password?
- wpdb_prepare with multiple or condition
- WordPress Install and Database on separate hosting?
- 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
- Advanced SELECT query with condtional statements
- Why do mass updates to post_content shows in front end, but not in edit screen?
- Error establishing database connection – high traffic?
- Using GROUP CONCAT in my-sql query with wp_usermeta table
- Improve performance by removing unnecessary database queries
- Redirecting to old domain after migration website
- Switching Databases in LocalHost
- Create table from array with prepare
- Unable to set a default serialized array using dbdelta()
- How to prevent/delay MySQL connections when an object cache is used?
- Migrating from PDO using SQLite to clean new install using MySQL
- Duplicated site isn’t recognized as a site
- Error establishing a database connection,
- Changing root password in PHPMyAdmin for WordPress Database when going live
- How to properly check if a table exists in WordPress Database using Show Tables Query
- Can’t update WordFence Options, clear data manually
- How and where is wordpress adding mySQL content to database?
- Why does changing Database Table Prefixes result in loss of content?
- Query Column of Specific ID from Database Table
- How to create more than one new wpdb object?
- Moving WordPress site to new domain – database import [duplicate]
- How to connect and insert data in database of wordpress?
- Buddypress avatar image in database [closed]
- $wpdb->get_var – What value is returned when zero records are found?
- Remote database -> massive response time increase?
- Installing local to live WP into subdirectory
- Getting “Error Establishing a Database Connection” on localhost in new Mac OSX Lion environment
- Cloning blog to localhost via WAMP
- Only allow user to access a link once a year, based on their joining date
- Counting post and changing roles in mysql database. Query not code
- MSQL database wp_postmeta has meta key tve_revision
- I imported an restore an database and It shows #1067 – Invalid default value for ‘user_registered’
- How to edit custom table data in frontend
- local wordpress broke after changing URL
- “BS_” rows in postmeta table
- How can I find user role in Mysql?
- Exporting Post ID, Post Title, Primary Category and Primary Category ID
- Featured image from custom to WordPress database
- WordPress Database Query works in phpMyAdmin but not in the code
- How to create index (sql) to a meta_key?
- Delete all users meta that named: user_avatar
- WPCLI search and replace in a particlar site dir effect another site-dir
- mySQL database size large, but tables size less
- spambot registering without providing email or password, bypassing registration process
- After renaming MySQL database, I can no longer access my Blog page
- How To connect to the same WordPress database with different database user
- Possible to restore wordpress database from mysql56 and sqlite files?
- Hang Up Followed By Can’t select database
- Create a new table on the database and save parameters from a contact form
- Why is converting my database to UTF-8 truncating entries?
- Widgets with *internal* links do not display after database migration
- How to back-up a database on IIS
- export individual posts to text files or a single csv file
- Importing Concrete5 content to WordPress
- why you don’t Implement PDO for access every thing to database
- How to find fresh (last modified) and sql backup?
- Uploading to WordPress Database
- Have WordPress Use a Different Database for users