Last active
February 3, 2018 03:07
-
-
Save davidsword/ae3101c11e267d69e6f8336d265a4ea8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rows: `siteurl`, `home` in: `wp_options` | |
rows: `domain` in: `wp_site` | |
row: `siteurl` in: `wp_sitemeta` | |
row: `home`, `site url` in every: `wp_*_options` | |
then | |
`UPDATE `wp_blogs` SET `domain`='newdomain.com'` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment