Return to Snippet

Revision: 50059
at August 6, 2011 02:22 by kellymears


Initial Code
UPDATE wp_posts SET post_content = replace(post_content, 'http://oldurl.com, 'http://newurl.com');

Initial URL


Initial Description


Initial Title
WordPress Migration - SQL for Uploads

Initial Tags
wordpress

Initial Language
MySQL