Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidsword/ae3101c11e267d69e6f8336d265a4ea8 to your computer and use it in GitHub Desktop.
Save davidsword/ae3101c11e267d69e6f8336d265a4ea8 to your computer and use it in GitHub Desktop.
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