Skip to content

Instantly share code, notes, and snippets.

@rezen
Created March 21, 2012 22:08
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 rezen/2153698 to your computer and use it in GitHub Desktop.
Save rezen/2153698 to your computer and use it in GitHub Desktop.
Migrating WordPress attachments on new domain with WP in a sub folder
UPDATE `wp_posts` SET guid = REPLACE(guid,'*old_domain*','*new_domain*') WHERE `post_type` = 'attachment'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment