Skip to content

Instantly share code, notes, and snippets.

@duyet
Last active January 4, 2016 12:31
Show Gist options
  • Save duyet/2b58fa68b0a20770e43a to your computer and use it in GitHub Desktop.
Save duyet/2b58fa68b0a20770e43a to your computer and use it in GitHub Desktop.
UPDATE is_options SET option_value = REPLACE(option_value,'http://localhost/isweb','http://is.duyetdev.com');
UPDATE is_options SET option_value = REPLACE(option_value,'/var/www/html/isweb/wp-content','/var/www/html/wp-content');
UPDATE is_posts SET guid = REPLACE(guid,'http://localhost/isweb','http://is.duyetdev.com');
UPDATE is_revslider_slides SET layers = REPLACE(layers,'localhost\\/isweb','is.duyetdev.com');
UPDATE is_revslider_slides SET params = REPLACE(params,'localhost\\/isweb','is.duyetdev.com');
UPDATE is_revslider_sliders SET params = REPLACE(params,'localhost\\/isweb','is.duyetdev.com');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment