Skip to content

Instantly share code, notes, and snippets.

@andreascarpello
Created March 1, 2015 22:57
Show Gist options
  • Save andreascarpello/a6d3bc6a81822bebed96 to your computer and use it in GitHub Desktop.
Save andreascarpello/a6d3bc6a81822bebed96 to your computer and use it in GitHub Desktop.
Change Wordpress site url
UPDATE wp_posts SET post_content = REPLACE(post_content,'www.domain.com/wp-content/uploads','www.domain.com/images');
UPDATE wp_posts SET guid = REPLACE(guid,'www.domain.com/wp-content/uploads','www.domain.com/images');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment