Skip to content

Instantly share code, notes, and snippets.

@woodsleaf
Forked from tw3eX/update wp
Created June 30, 2019 13:44
Show Gist options
  • Select an option

  • Save woodsleaf/7e6876924329ad9165b5857b1cf11ec1 to your computer and use it in GitHub Desktop.

Select an option

Save woodsleaf/7e6876924329ad9165b5857b1cf11ec1 to your computer and use it in GitHub Desktop.
update wp
UPDATE wp_options SET option_value = replace(option_value, 'http://wp', 'http://pushkarev-adv.ru') WHERE option_name = 'home' OR option_name = 'siteurl';
UPDATE wp_posts SET guid = replace(guid, 'http://wp','http://pushkarev-adv.ru');
UPDATE wp_posts SET post_content = replace(post_content, 'http://wp', 'http://pushkarev-adv.ru');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment