Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- UPDATE wp_posts SET guid = REPLACE(guid, 'http://stara-adresa.cz', 'http://nova-adresa.cz');
- UPDATE wp_posts SET post_content = REPLACE(post_content, 'http://stara-adresa.cz','http://nova-adresa.cz');
- UPDATE wp_postmeta SET meta_value = REPLACE(meta_value, 'http://stara-adresa.cz','http://nova-adresa.cz');
- UPDATE wp_options SET option_value = REPLACE(option_value, 'http://stara-adresa.cz','http://nova-adresa.cz');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement