Created
November 28, 2017 12:38
-
-
Save 6ui11em/16a32b381aa6820473eee8850f114de7 to your computer and use it in GitHub Desktop.
Magento2 change core_config_data urls #magento2 #mysql
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
UPDATE core_config_data SET value='___YOUR_NEW_URL____' WHERE path LIKE '%base_url%'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment