Skip to content

Instantly share code, notes, and snippets.

@6ui11em
Created November 28, 2017 12:38
Show Gist options
  • Save 6ui11em/16a32b381aa6820473eee8850f114de7 to your computer and use it in GitHub Desktop.
Save 6ui11em/16a32b381aa6820473eee8850f114de7 to your computer and use it in GitHub Desktop.
Magento2 change core_config_data urls #magento2 #mysql
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