/ Published in: MySQL
Expand |
Embed | Plain Text
UPDATE wp_posts SET post_content = REPLACE(post_content, 'http://oldurl.com, 'http://newurl.com');
You need to login to post a comment.
UPDATE wp_posts SET post_content = REPLACE(post_content, 'http://oldurl.com, 'http://newurl.com');
You need to login to post a comment.