We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UPDATE wp_options SET option_value = replace(option_value, 'http://localhost', 'http://www.newurl') WHERE option_name = 'home' OR option_name = 'siteurl'; UPDATE wp_posts SET guid = replace(guid, 'http://localhost','http://www.newurl'); UPDATE wp_posts SET post_content = replace(post_content, 'http://localhost', 'http://www.newurl'); UPDATE wp_postmeta SET meta_value = replace(meta_value,'http://localhost','http://www.newurl');