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