Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@adamcbrewer
Created March 6, 2012 21:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save adamcbrewer/1989147 to your computer and use it in GitHub Desktop.
Save adamcbrewer/1989147 to your computer and use it in GitHub Desktop.
WP: SQL to transfer domains
update wp_options set option_value = replace(option_value,'string_to_find','string_to_replace');
update wp_posts set guid = replace(guid,'string_to_find','string_to_replace');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment