Skip to content

Instantly share code, notes, and snippets.

@stugoo
Forked from adamcbrewer/transfer_process.sql
Last active August 29, 2015 14:24
Show Gist options
  • Save stugoo/12bf2852a443ec9b4389 to your computer and use it in GitHub Desktop.
Save stugoo/12bf2852a443ec9b4389 to your computer and use it in GitHub Desktop.
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