Last active
December 30, 2015 09:28
-
-
Save arielallon/7809084 to your computer and use it in GitHub Desktop.
Find & Replace base_url in Magento
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- 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