Skip to content

Instantly share code, notes, and snippets.

@arielallon
Last active December 30, 2015 09:28
Show Gist options
  • Select an option

  • Save arielallon/7809084 to your computer and use it in GitHub Desktop.

Select an option

Save arielallon/7809084 to your computer and use it in GitHub Desktop.
Find & Replace base_url in Magento
-- Warning: be careful what you're searching for and that it only exists exactly where you expect it to.
UPDATE core_config_data set value = replace(value, 'old', 'new');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment