August 5, 2011
WordPress – replace content in posts with sql
Found this line here: http://dev.mysql.com/doc/refman/5.0/en/replace.html
UPDATE wp_posts SET post_content = REPLACE(post_content, ‘olddomain.com’, ‘newdomain.com’);
time to push the pixels
August 5, 2011
Found this line here: http://dev.mysql.com/doc/refman/5.0/en/replace.html
UPDATE wp_posts SET post_content = REPLACE(post_content, ‘olddomain.com’, ‘newdomain.com’);
© 2024 Alex Barber | Digital Artist