If you have databases reachable from the outside ie: mysql1.example.com you can work on a local development environment connected to that the whole time.
I just found a nice thing to put in wp-config.php to be able to change the host depending on your environment
$host = $_SERVER['HTTP_HOST'];
define( 'WP_HOME', 'http://' . $host );
define( 'WP_SITEURL', 'http://' . $host );
Then there are setups like:
- Varying Vagrant: https://github.com/10up/varying-vagrant-vagrants
- WP-Stack: https://github.com/markjaquith/WP-Stack
Related Posts:
- Presentation vs Content in WP DB-Tables
- Have multiple local wordpress installs share a wp-content folder and database
- Why do wordpress store pages/posts within the database instead of files? [closed]
- Installation with sql server express edition
- Trigger Plugin database update after git pull
- Why do mass updates to post_content shows in front end, but not in edit screen?
- How can I (semi) automate a database export and import to a different location?
- Output custom content not from the posts table?
- Setup private content for specific users with daily updates [closed]
- Remove empty rows from the database
- Can local WordPress installs share /wp-content/ folder and database?
- Delete/Replace words from X to Y in post content
- content disappearing minutes after it’s published
- Backing up WordPress database and files
- Local Content different from Remote Content
- Update references to pictures on website after moving to new URL
- Display custom data based on URL slug
- How to resolve ORA-011033: ORACLE initialization or shutdown in progress
- Oracle SQL query for Date format
- Using wpdb to connect to a separate database
- How can I make a WordPress database portable and url independent?
- Database connection close
- How to stop WordPress using utf8mb4_unicode_520_ci collation?
- Importing posts from old website to new conflicting post ID’s?
- Exporting revisions
- WP_Options ID high
- Default WordPress settings API data sanitization
- Fatal error: Call to undefined function dbDelta()
- How to use multiple database in wordpress?
- Is removing orphaned wp_postmeta records safe?
- How to intercept update_option() before it saves data?
- wpdb query on custom table not working [closed]
- Does thumbnail regeneration edit the database?
- When and why should I use $wpdb different return types?
- Using table lock with wp_insert_post?
- Should I remove transients from the wp_options table?
- WordPress doesn’t show all posts in database
- Adding new row to wp_post table
- Extracting the post_id via the wp_insert_post action (external db query)
- How to interact with another wordpress install on same database?
- Are custom tables in the database overwritten when WordPress is updated to new versions?
- What is the proper way to validate and sanitize JSON response from REST API?
- How to migrate a website based on a custom database to wordpress?
- How do I get the posts within a certain year/date(with sql query)?
- batch UPDATE autoload value in wp_options table
- Displaying BLOB PDF File
- Saving into post_excerpt or post_content
- Maintain user profile data in a non-WordPress database
- How to fix the disappearance of the “\” character when updating a post in the database
- Data storage for JS app using WP REST API
- WP CLI Core install – blank database
- Update from 4.5 to 4.6 failing
- Setup 3 Sites To Connect To 1 Database and Share Data
- How can I push local database changes to production, without impacting recent posts/pages that were published on production server?
- Does auto_load to ‘no’ in wp_options improve performance
- Call to undefined function get_user_meta() – trying to access data in MySQL from custom fields
- Will there be any concern if I upgrade my current WordPress Database server from Centos 7 Mariadb 5.5 to Centos 8 Mariadb 10.3?
- In which format the data is stored in WordPress Databases?
- Is it possible to rebuild the website while not accesseing the original database?
- Error message on blog posts only on my local environment [closed]
- how to read database fields
- $wpdb->query can’t insert data
- WSOD 3.9.1 – Tried Everything so far
- Can you refresh ONLY the wordpress adminbar and not the whole page?
- After database migration, theme mods don’t show [closed]
- Sending posts from Python to WordPress
- Problem migrating to localhost
- Remote database connection and local development
- How can I detect right db type?
- Add search bar to Custom Database Table in WordPress Dashboard
- Design problems when exporting remote database for local development
- How do you render posts from outside wordpress?
- Website displays old version of page
- A change in URL slug in database returns 404, how can I do auto-redirect?
- Second ezSQL initialization for MSSQL
- Displaying table data on a page
- muliple wordpress installs (network) on different databases
- White Screen in Home Page
- Continuous SQL query errors from outside source
- How to escape percentage sign(%) in sql query with $wpdb->prepare?
- Whats the best practise on how to store json data from a custom settings page?
- Recovery – Restore Database after moving folder location locally
- Migrate Users From laravel to wordpress
- WordPress has been updated! Before we send you on your way, we have to update your database to the newest version
- Job and Employee Performance Tracking with Product Safety
- how add more field to wp user and save it to database
- How do I cleanup my database with data that is no longer being used?
- Malware in old website – how to migrate?
- Set SQL_BIG_SELECTS and MAX_JOIN_SIZE on a WP_Query
- How to optimize wp_option table?
- How to display $wpdb->insert_id; value on redirected page
- Database for JQuery Autocomplete field
- Should I Use only wpdb Class to Write Custom Queries?
- Catchable fatal error in formatting.php
- Wrong url for the images while using same database for two WordPress installations
- Sending WordPress database information to cross domain the safe way?
- Database Name Change
- Weird characters in title if it contain “ ”
- Where To Find bb_profile_data(); In bbPress?
- Attach posts based on category and position